#771957

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

Shades of Pompadour #771957

Tints of Pompadour #771957

Color information

#771957 (or 0x771957) is unknown color: approx Pompadour. HEX triplet: 77, 19 and 57. RGB value is (119,25,87). Sum of RGB (Red+Green+Blue) = 119+25+87=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #771957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771957 is #88E6A8. Grayscale: #3C3C3C. Windows color (decimal): -8971945 or 5708151. OLE color: 5708151.

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

Color convert

RGB1192587-
CMYK00.790.270.53
HSL320.43º65.28%28.24%-
HSV(B)320.43º78.99%46.67%-
XYZ9.685.319.53-
YUV60.17143.14169.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=51.52%
G=10.82%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119258700.790.270.53320.4365.2828.24
Hex77195704F1B35140411c
Octal167311270117336550010134
Binary11101111100110101110100111111011110101101000000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771957; }

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

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

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

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

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

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

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

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