#770E49

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

Shades of Pompadour #770E49

Tints of Pompadour #770E49

Color information

#770E49 (or 0x770E49) is unknown color: approx Pompadour. HEX triplet: 77, 0E and 49. RGB value is (119,14,73). Sum of RGB (Red+Green+Blue) = 119+14+73=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #770E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E49 is #88F1B6. Grayscale: #333333. Windows color (decimal): -8974775 or 4787831. OLE color: 4787831.

HSL color Cylindrical-coordinate representation of color #770E49: hue angle of 326.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E49 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1191473-
CMYK00.880.390.53
HSL326.29º78.95%26.08%-
HSV(B)326.29º88.24%46.67%-
XYZ8.974.726.74-
YUV52.12139.79175.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=57.77%
G=6.80%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119147300.880.390.53326.2978.9526.08
Hex77E4905827351464f1a
Octal167161110130476550611732
Binary11101111110100100101011000100111110101101000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770E49; }

 p { color: rgb(119,14,73); }

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

<style>
 a { background-color: #770E49; }

 a { background-color: rgb(119,14,73); }

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

<style>
 span { border-color: #770E49; }

 span { border-color: rgb(119,14,73); }

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