#77183F

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

Shades of Pompadour #77183F

Tints of Pompadour #77183F

Color information

#77183F (or 0x77183F) is unknown color: approx Pompadour. HEX triplet: 77, 18 and 3F. RGB value is (119,24,63). Sum of RGB (Red+Green+Blue) = 119+24+63=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #77183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77183F is #88E7C0. Grayscale: #383838. Windows color (decimal): -8972225 or 4135031. OLE color: 4135031.

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

Color convert

RGB1192463-
CMYK00.800.470.53
HSL335.37º66.43%28.04%-
HSV(B)335.37º79.83%46.67%-
XYZ8.834.935.19-
YUV56.85131.47172.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 63 (25% from 255) = 30.58%
R=57.77%
G=11.65%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119246300.800.470.53335.3766.4328.04
Hex77183F0502F3514f421c
Octal16730770120576551710234
Binary11101111100011111101010000101111110101101001111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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