Html Css Color HEX #781652 Pompadour

📋 copy color: '#781652'

red 120 ◦ green 22 ◦ blue 82

#781652
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #781652

Tints of Pompadour #781652

RGB

 RED value IS 120 (47.27% from 255) = 53.57%

 GREEN value IS 22 (8.98% from 255) = 9.82%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 53.57%
G = 9.82%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#781652 (or 0x781652) is known color: Pompadour. HEX triplet: 78, 16 and 52. RGB value is (120,22,82). Sum of RGB (Red+Green+Blue) = 120+22+82=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781652 is #87E9AD. Grayscale: #3A3A3A. Windows color (decimal): -8907182 or 5379704. OLE color: 5379704.

HSL color Cylindrical-coordinate representation of color #781652: hue angle of 323.27º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781652 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 82 -
CMYK 0 0.82 0.32 0.53
HSL 323.27º 0.69% 0.28% -
HSV(B) 323.27º 0.82% 0.47% -
XYZ 9.56 5.18 8.48 -
YUV 58.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 120 22 82 0 0.82 0.32 0.53 323.27 0.69 0.28
Hex 78 16 52 0 52 20 35 143 45 1C
Octal 170 26 122 0 122 40 65 503 105 34
Binary 1111000 10110 1010010 0 1010010 100000 110101 101000011 1000101 11100

Color Harmonies of #781652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781652

Black with #781652

Text Example


Text Example

White with #781652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781652; }

 p { color: rgb(120,22,82); }

 H1.HeaderClassName
 {
   color: #781652;
 }
 .AnyTagClassName
 {
   color: #781652;
 }
</style>

background-color css

<style>
 a { background-color: #781652; }

 a { background-color: rgb(120,22,82); }

 div.DivClassName
 {
   background-color: #781652;
 }
 .BgClassName
 {
   background-color: #781652;
 }
</style>

border-color css

<style>
 span { border-color: #781652; }

 span { border-color: rgb(120,22,82); }

 td.TdClassName
 {
   border-color: #781652;
 }
 .TagClassName
 {
   border-color: #781652;
 }
</style>