#77194F

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

Shades of Pompadour #77194F

Tints of Pompadour #77194F

Color information

#77194F (or 0x77194F) is unknown color: approx Pompadour. HEX triplet: 77, 19 and 4F. RGB value is (119,25,79). Sum of RGB (Red+Green+Blue) = 119+25+79=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #77194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77194F is #88E6B0. Grayscale: #3B3B3B. Windows color (decimal): -8971953 or 5183863. OLE color: 5183863.

HSL color Cylindrical-coordinate representation of color #77194F: hue angle of 325.53º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77194F is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1192579-
CMYK00.790.340.53
HSL325.53º65.28%28.24%-
HSV(B)325.53º78.99%46.67%-
XYZ9.375.187.9-
YUV59.26139.14170.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=53.36%
G=11.21%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119257900.790.340.53325.5365.2828.24
Hex77194F04F2235146411c
Octal167311170117426550610134
Binary111011111001100111101001111100010110101101000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77194F; }

 p { color: rgb(119,25,79); }

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

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

 a { background-color: rgb(119,25,79); }

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

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

 span { border-color: rgb(119,25,79); }

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