#77214A

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

Shades of Pompadour #77214A

Tints of Pompadour #77214A

Color information

#77214A (or 0x77214A) is unknown color: approx Pompadour. HEX triplet: 77, 21 and 4A. RGB value is (119,33,74). Sum of RGB (Red+Green+Blue) = 119+33+74=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77214A is #88DEB5. Grayscale: #3F3F3F. Windows color (decimal): -8969910 or 4858231. OLE color: 4858231.

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

Color convert

RGB1193374-
CMYK00.720.380.53
HSL331.4º56.58%29.8%-
HSV(B)331.4º72.27%46.67%-
XYZ9.395.57.05-
YUV63.39133.99167.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=52.65%
G=14.60%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119337400.720.380.53331.456.5829.8
Hex77214A048263514b391e
Octal16741112011046655137136
Binary111011110000110010100100100010011011010110100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77214A; }

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

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

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

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

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

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

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

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