#77153B

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

Shades of Pompadour #77153B

Tints of Pompadour #77153B

Color information

#77153B (or 0x77153B) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 3B. RGB value is (119,21,59). Sum of RGB (Red+Green+Blue) = 119+21+59=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77153B is #88EAC4. Grayscale: #363636. Windows color (decimal): -8972997 or 3872119. OLE color: 3872119.

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

Color convert

RGB1192159-
CMYK00.820.500.53
HSL336.73º70%27.45%-
HSV(B)336.73º82.35%46.67%-
XYZ8.674.774.6-
YUV54.63130.47173.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=59.80%
G=10.55%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119215900.820.500.53336.737027.45
Hex77153B0523235151461b
Octal16725730122626552110633
Binary11101111010111101101010010110010110101101010001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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