#770d4d

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

Shades of Pompadour #770D4D

Tints of Pompadour #770D4D

Color information

#770D4D (or 0x770D4D) is unknown color: approx Pompadour. HEX triplet: 77, 0D and 4D. RGB value is (119,13,77). Sum of RGB (Red+Green+Blue) = 119+13+77=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D4D is #88F2B2. Grayscale: #333333. Windows color (decimal): -8975027 or 5049719. OLE color: 5049719.

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

Color convert

RGB1191377-
CMYK00.890.350.53
HSL323.77º80.3%25.88%-
HSV(B)323.77º89.08%46.67%-
XYZ9.094.757.46-
YUV51.99142.12175.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=56.94%
G=6.22%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119137700.890.350.53323.7780.325.88
Hex77D4D0592335144501a
Octal167151150131436550412032
Binary11101111101100110101011001100011110101101000100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770d4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,13,77); }

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

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

 a { background-color: rgb(119,13,77); }

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

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

 span { border-color: rgb(119,13,77); }

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