#77203F

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

Shades of Pompadour #77203F

Tints of Pompadour #77203F

Color information

#77203F (or 0x77203F) is unknown color: approx Pompadour. HEX triplet: 77, 20 and 3F. RGB value is (119,32,63). Sum of RGB (Red+Green+Blue) = 119+32+63=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77203F is #88DFC0. Grayscale: #3D3D3D. Windows color (decimal): -8970177 or 4137079. OLE color: 4137079.

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

Color convert

RGB1193263-
CMYK00.730.470.53
HSL338.62º57.62%29.61%-
HSV(B)338.62º73.11%46.67%-
XYZ9.025.315.25-
YUV61.55128.82168.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 63 (25% from 255) = 29.44%
R=55.61%
G=14.95%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119326300.730.470.53338.6257.6229.61
Hex77203F0492F351533a1e
Octal1674077011157655237236
Binary11101111000001111110100100110111111010110101001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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