#77184A

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

Shades of Pompadour #77184A

Tints of Pompadour #77184A

Color information

#77184A (or 0x77184A) is unknown color: approx Pompadour. HEX triplet: 77, 18 and 4A. RGB value is (119,24,74). Sum of RGB (Red+Green+Blue) = 119+24+74=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77184A is #88E7B5. Grayscale: #3A3A3A. Windows color (decimal): -8972214 or 4855927. OLE color: 4855927.

HSL color Cylindrical-coordinate representation of color #77184A: hue angle of 328.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77184A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1192474-
CMYK00.800.380.53
HSL328.42º66.43%28.04%-
HSV(B)328.42º79.83%46.67%-
XYZ9.175.076.97-
YUV58.1136.97171.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=54.84%
G=11.06%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119247400.800.380.53328.4266.4328.04
Hex77184A0502635148421c
Octal167301120120466551010234
Binary111011111000100101001010000100110110101101001000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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