#77153F

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

Shades of Pompadour #77153F

Tints of Pompadour #77153F

Color information

#77153F (or 0x77153F) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 3F. RGB value is (119,21,63). Sum of RGB (Red+Green+Blue) = 119+21+63=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77153F is #88EAC0. Grayscale: #373737. Windows color (decimal): -8972993 or 4134263. OLE color: 4134263.

HSL color Cylindrical-coordinate representation of color #77153F: hue angle of 334.29º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77153F is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1192163-
CMYK00.820.470.53
HSL334.29º70%27.45%-
HSV(B)334.29º82.35%46.67%-
XYZ8.774.825.17-
YUV55.09132.47173.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 63 (25% from 255) = 31.03%
R=58.62%
G=10.34%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119216300.820.470.53334.297027.45
Hex77153F0522F3514e461b
Octal16725770122576551610633
Binary11101111010111111101010010101111110101101001110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,21,63); }

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

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

 a { background-color: rgb(119,21,63); }

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

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

 span { border-color: rgb(119,21,63); }

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