#772146

Color #772146 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #772146

Tints of Pompadour #772146

Color information

#772146 (or 0x772146) is unknown color: approx Pompadour. HEX triplet: 77, 21 and 46. RGB value is (119,33,70). Sum of RGB (Red+Green+Blue) = 119+33+70=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #772146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772146 is #88DEB9. Grayscale: #3E3E3E. Windows color (decimal): -8969914 or 4596087. OLE color: 4596087.

HSL color Cylindrical-coordinate representation of color #772146: hue angle of 334.19º 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 #772146 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1193370-
CMYK00.720.410.53
HSL334.19º56.58%29.8%-
HSV(B)334.19º72.27%46.67%-
XYZ9.265.456.36-
YUV62.93131.99167.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=53.60%
G=14.86%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119337000.720.410.53334.1956.5829.8
Hex772146048293514e391e
Octal16741106011051655167136
Binary111011110000110001100100100010100111010110100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772146; }

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

 H1.HeaderClassName
 {
   color: #772146;
 }
 .AnyTagClassName
 {
   color: #772146;
 }
</style>
background-color css

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

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

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

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

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

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