#77113C

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

Shades of Pompadour #77113C

Tints of Pompadour #77113C

Color information

#77113C (or 0x77113C) is unknown color: approx Pompadour. HEX triplet: 77, 11 and 3C. RGB value is (119,17,60). Sum of RGB (Red+Green+Blue) = 119+17+60=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77113C is #88EEC3. Grayscale: #343434. Windows color (decimal): -8974020 or 3936631. OLE color: 3936631.

HSL color Cylindrical-coordinate representation of color #77113C: hue angle of 334.71º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77113C is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1191760-
CMYK00.860.500.53
HSL334.71º75%26.67%-
HSV(B)334.71º85.71%46.67%-
XYZ8.624.654.72-
YUV52.4132.29175.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=60.71%
G=8.67%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119176000.860.500.53334.717526.67
Hex77113C056323514f4b1b
Octal16721740126626551711333
Binary11101111000111110001010110110010110101101001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77113C; }

 p { color: rgb(119,17,60); }

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

<style>
 a { background-color: #77113C; }

 a { background-color: rgb(119,17,60); }

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

<style>
 span { border-color: #77113C; }

 span { border-color: rgb(119,17,60); }

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