Html Css Color HEX #772142 Pompadour

📋 copy color: '#772142'

red 119 ◦ green 33 ◦ blue 66

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

Shades of Pompadour #772142

Tints of Pompadour #772142

RGB

 RED value IS 119 (46.88% from 255) = 54.59%

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 54.59%
G = 15.14%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#772142 (or 0x772142) is known color: Pompadour. HEX triplet: 77, 21 and 42. RGB value is (119,33,66). Sum of RGB (Red+Green+Blue) = 119+33+66=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #772142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772142 is #88DEBD. Grayscale: #3E3E3E. Windows color (decimal): -8969918 or 4333943. OLE color: 4333943.

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

Color convert

RGB 119 33 66 -
CMYK 0 0.72 0.45 0.53
HSL 336.98º 0.57% 0.3% -
HSV(B) 336.98º 0.72% 0.47% -
XYZ 9.13 5.4 5.72 -
YUV 62.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 119 33 66 0 0.72 0.45 0.53 336.98 0.57 0.3
Hex 77 21 42 0 48 2D 35 151 39 1E
Octal 167 41 102 0 110 55 65 521 71 36
Binary 1110111 100001 1000010 0 1001000 101101 110101 101010001 111001 11110

Color Harmonies of #772142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772142

Black with #772142

Text Example


Text Example

White with #772142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772142; }

 p { color: rgb(119,33,66); }

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

background-color css

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

 a { background-color: rgb(119,33,66); }

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

border-color css

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

 span { border-color: rgb(119,33,66); }

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