#77113D

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

Shades of Pompadour #77113D

Tints of Pompadour #77113D

Color information

#77113D (or 0x77113D) is unknown color: approx Pompadour. HEX triplet: 77, 11 and 3D. RGB value is (119,17,61). Sum of RGB (Red+Green+Blue) = 119+17+61=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77113D is #88EEC2. Grayscale: #343434. Windows color (decimal): -8974019 or 4002167. OLE color: 4002167.

HSL color Cylindrical-coordinate representation of color #77113D: hue angle of 334.12º 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 #77113D is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1191761-
CMYK00.860.490.53
HSL334.12º75%26.67%-
HSV(B)334.12º85.71%46.67%-
XYZ8.654.664.86-
YUV52.51132.79175.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=60.41%
G=8.63%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119176100.860.490.53334.127526.67
Hex77113D056313514e4b1b
Octal16721750126616551611333
Binary11101111000111110101010110110001110101101001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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