Html Css Color HEX #781742 Pompadour

📋 copy color: '#781742'

red 120 ◦ green 23 ◦ blue 66

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

Shades of Pompadour #781742

Tints of Pompadour #781742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11%

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

R = 57.42%
G = 11%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#781742 (or 0x781742) is known color: Pompadour. HEX triplet: 78, 17 and 42. RGB value is (120,23,66). Sum of RGB (Red+Green+Blue) = 120+23+66=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #781742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781742 is #87E8BD. Grayscale: #383838. Windows color (decimal): -8906942 or 4331384. OLE color: 4331384.

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

Color convert

RGB 120 23 66 -
CMYK 0 0.81 0.45 0.53
HSL 333.4º 0.68% 0.28% -
HSV(B) 333.4º 0.81% 0.47% -
XYZ 9.04 5 5.64 -
YUV 56.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 120 23 66 0 0.81 0.45 0.53 333.4 0.68 0.28
Hex 78 17 42 0 51 2D 35 14D 44 1C
Octal 170 27 102 0 121 55 65 515 104 34
Binary 1111000 10111 1000010 0 1010001 101101 110101 101001101 1000100 11100

Color Harmonies of #781742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781742

Black with #781742

Text Example


Text Example

White with #781742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781742; }

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

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

background-color css

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

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

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

border-color css

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

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

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