Html Css Color HEX #772242 Pompadour

📋 copy color: '#772242'

red 119 ◦ green 34 ◦ blue 66

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

Shades of Pompadour #772242

Tints of Pompadour #772242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.53%

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

R = 54.34%
G = 15.53%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#772242 (or 0x772242) is known color: Pompadour. HEX triplet: 77, 22 and 42. RGB value is (119,34,66). Sum of RGB (Red+Green+Blue) = 119+34+66=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #772242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772242 is #88DDBD. Grayscale: #3F3F3F. Windows color (decimal): -8969662 or 4334199. OLE color: 4334199.

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

Color convert

RGB 119 34 66 -
CMYK 0 0.71 0.45 0.53
HSL 337.41º 0.56% 0.3% -
HSV(B) 337.41º 0.71% 0.47% -
XYZ 9.16 5.46 5.73 -
YUV 63.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 119 34 66 0 0.71 0.45 0.53 337.41 0.56 0.3
Hex 77 22 42 0 47 2D 35 151 38 1E
Octal 167 42 102 0 107 55 65 521 70 36
Binary 1110111 100010 1000010 0 1000111 101101 110101 101010001 111000 11110

Color Harmonies of #772242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772242

Black with #772242

Text Example


Text Example

White with #772242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772242; }

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

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

background-color css

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

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

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

border-color css

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

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

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