#77184F

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

Shades of Pompadour #77184F

Tints of Pompadour #77184F

Color information

#77184F (or 0x77184F) is unknown color: approx Pompadour. HEX triplet: 77, 18 and 4F. RGB value is (119,24,79). Sum of RGB (Red+Green+Blue) = 119+24+79=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #77184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77184F is #88E7B0. Grayscale: #3A3A3A. Windows color (decimal): -8972209 or 5183607. OLE color: 5183607.

HSL color Cylindrical-coordinate representation of color #77184F: hue angle of 325.26º 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 #77184F is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1192479-
CMYK00.800.340.53
HSL325.26º66.43%28.04%-
HSV(B)325.26º79.83%46.67%-
XYZ9.355.147.9-
YUV58.68139.47171.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=53.60%
G=10.81%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119247900.800.340.53325.2666.4328.04
Hex77184F0502235145421c
Octal167301170120426550510234
Binary111011111000100111101010000100010110101101000101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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