#771152

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

Shades of Pompadour #771152

Tints of Pompadour #771152

Color information

#771152 (or 0x771152) is unknown color: approx Pompadour. HEX triplet: 77, 11 and 52. RGB value is (119,17,82). Sum of RGB (Red+Green+Blue) = 119+17+82=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #771152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771152 is #88EEAD. Grayscale: #363636. Windows color (decimal): -8973998 or 5378423. OLE color: 5378423.

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

Color convert

RGB1191782-
CMYK00.860.310.53
HSL321.76º75%26.67%-
HSV(B)321.76º85.71%46.67%-
XYZ9.334.938.44-
YUV54.91143.29173.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=54.59%
G=7.80%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119178200.860.310.53321.767526.67
Hex7711520561F351424b1b
Octal167211220126376550211333
Binary11101111000110100100101011011111110101101000010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771152; }

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

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

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

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

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

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

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

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