#771557

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

Shades of Pompadour #771557

Tints of Pompadour #771557

Color information

#771557 (or 0x771557) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 57. RGB value is (119,21,87). Sum of RGB (Red+Green+Blue) = 119+21+87=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #771557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771557 is #88EAA8. Grayscale: #393939. Windows color (decimal): -8972969 or 5707127. OLE color: 5707127.

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

Color convert

RGB1192187-
CMYK00.820.270.53
HSL319.59º70%27.45%-
HSV(B)319.59º82.35%46.67%-
XYZ9.65.159.5-
YUV57.83144.47171.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=52.42%
G=9.25%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119218700.820.270.53319.597027.45
Hex7715570521B35140461b
Octal167251270122336550010633
Binary11101111010110101110101001011011110101101000000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771557; }

 p { color: rgb(119,21,87); }

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

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

 a { background-color: rgb(119,21,87); }

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

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

 span { border-color: rgb(119,21,87); }

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