#771D52

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

Shades of Pompadour #771D52

Tints of Pompadour #771D52

Color information

#771D52 (or 0x771D52) is unknown color: approx Pompadour. HEX triplet: 77, 1D and 52. RGB value is (119,29,82). Sum of RGB (Red+Green+Blue) = 119+29+82=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #771D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D52 is #88E2AD. Grayscale: #3D3D3D. Windows color (decimal): -8970926 or 5381495. OLE color: 5381495.

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

Color convert

RGB1192982-
CMYK00.760.310.53
HSL324.67º60.81%29.02%-
HSV(B)324.67º75.63%46.67%-
XYZ9.575.418.52-
YUV61.95139.32168.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 29 (11.72% from 255) = 12.61%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=51.74%
G=12.61%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119298200.760.310.53324.6760.8129.02
Hex771D5204C1F351453d1d
Octal16735122011437655057535
Binary1110111111011010010010011001111111010110100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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