#771E52

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

Shades of Pompadour #771E52

Tints of Pompadour #771E52

Color information

#771E52 (or 0x771E52) is unknown color: approx Pompadour. HEX triplet: 77, 1E and 52. RGB value is (119,30,82). Sum of RGB (Red+Green+Blue) = 119+30+82=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #771E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E52 is #88E1AD. Grayscale: #3E3E3E. Windows color (decimal): -8970670 or 5381751. OLE color: 5381751.

HSL color Cylindrical-coordinate representation of color #771E52: hue angle of 324.94º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E52 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1193082-
CMYK00.750.310.53
HSL324.94º59.73%29.22%-
HSV(B)324.94º74.79%46.67%-
XYZ9.65.468.53-
YUV62.54138.99168.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=51.52%
G=12.99%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119308200.750.310.53324.9459.7329.22
Hex771E5204B1F351453c1d
Octal16736122011337655057435
Binary1110111111101010010010010111111111010110100010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E52; }

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

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

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

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

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

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

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

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