Html Css Color HEX #782042 Pompadour

📋 copy color: '#782042'

red 120 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #782042

Tints of Pompadour #782042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 55.05%
G = 14.68%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#782042 (or 0x782042) is known color: Pompadour. HEX triplet: 78, 20 and 42. RGB value is (120,32,66). Sum of RGB (Red+Green+Blue) = 120+32+66=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #782042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782042 is #87DFBD. Grayscale: #3E3E3E. Windows color (decimal): -8904638 or 4333688. OLE color: 4333688.

HSL color Cylindrical-coordinate representation of color #782042: hue angle of 336.82º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782042 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 66 -
CMYK 0 0.73 0.45 0.53
HSL 336.82º 0.58% 0.3% -
HSV(B) 336.82º 0.73% 0.47% -
XYZ 9.25 5.42 5.71 -
YUV 62.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 120 32 66 0 0.73 0.45 0.53 336.82 0.58 0.3
Hex 78 20 42 0 49 2D 35 151 3A 1E
Octal 170 40 102 0 111 55 65 521 72 36
Binary 1111000 100000 1000010 0 1001001 101101 110101 101010001 111010 11110

Color Harmonies of #782042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782042

Black with #782042

Text Example


Text Example

White with #782042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782042; }

 p { color: rgb(120,32,66); }

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

background-color css

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

 a { background-color: rgb(120,32,66); }

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

border-color css

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

 span { border-color: rgb(120,32,66); }

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