#77184B

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

Shades of Pompadour #77184B

Tints of Pompadour #77184B

Color information

#77184B (or 0x77184B) is unknown color: approx Pompadour. HEX triplet: 77, 18 and 4B. RGB value is (119,24,75). Sum of RGB (Red+Green+Blue) = 119+24+75=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77184B is #88E7B4. Grayscale: #3A3A3A. Windows color (decimal): -8972213 or 4921463. OLE color: 4921463.

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

Color convert

RGB1192475-
CMYK00.800.370.53
HSL327.79º66.43%28.04%-
HSV(B)327.79º79.83%46.67%-
XYZ9.25.087.15-
YUV58.22137.47171.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=54.59%
G=11.01%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119247500.800.370.53327.7966.4328.04
Hex77184B0502535148421c
Octal167301130120456551010234
Binary111011111000100101101010000100101110101101001000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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