#772145

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

Shades of Pompadour #772145

Tints of Pompadour #772145

Color information

#772145 (or 0x772145) is unknown color: approx Pompadour. HEX triplet: 77, 21 and 45. RGB value is (119,33,69). Sum of RGB (Red+Green+Blue) = 119+33+69=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #772145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772145 is #88DEBA. Grayscale: #3E3E3E. Windows color (decimal): -8969915 or 4530551. OLE color: 4530551.

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

Color convert

RGB1193369-
CMYK00.720.420.53
HSL334.88º56.58%29.8%-
HSV(B)334.88º72.27%46.67%-
XYZ9.235.446.19-
YUV62.82131.49168.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=53.85%
G=14.93%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119336900.720.420.53334.8856.5829.8
Hex7721450482A3514f391e
Octal16741105011052655177136
Binary111011110000110001010100100010101011010110100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772145; }

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

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

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

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

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

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

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

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