#77194D

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

Shades of Pompadour #77194D

Tints of Pompadour #77194D

Color information

#77194D (or 0x77194D) is unknown color: approx Pompadour. HEX triplet: 77, 19 and 4D. RGB value is (119,25,77). Sum of RGB (Red+Green+Blue) = 119+25+77=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77194D is #88E6B2. Grayscale: #3A3A3A. Windows color (decimal): -8971955 or 5052791. OLE color: 5052791.

HSL color Cylindrical-coordinate representation of color #77194D: hue angle of 326.81º 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 #77194D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1192577-
CMYK00.790.350.53
HSL326.81º65.28%28.24%-
HSV(B)326.81º78.99%46.67%-
XYZ9.295.157.53-
YUV59.03138.14170.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=53.85%
G=11.31%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119257700.790.350.53326.8165.2828.24
Hex77194D04F2335147411c
Octal167311150117436550710134
Binary111011111001100110101001111100011110101101000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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