#771C52

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

Shades of Pompadour #771C52

Tints of Pompadour #771C52

Color information

#771C52 (or 0x771C52) is unknown color: approx Pompadour. HEX triplet: 77, 1C and 52. RGB value is (119,28,82). Sum of RGB (Red+Green+Blue) = 119+28+82=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #771C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C52 is #88E3AD. Grayscale: #3D3D3D. Windows color (decimal): -8971182 or 5381239. OLE color: 5381239.

HSL color Cylindrical-coordinate representation of color #771C52: hue angle of 324.4º degrees, saturation: 0.62, 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 #771C52 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1192882-
CMYK00.760.310.53
HSL324.4º61.9%28.82%-
HSV(B)324.4º76.47%46.67%-
XYZ9.555.368.51-
YUV61.36139.65169.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 28 (11.33% from 255) = 12.23%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=51.97%
G=12.23%
B=35.81%

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
Decimal119288200.760.310.53324.461.928.82
Hex771C5204C1F351443e1d
Octal16734122011437655047635
Binary1110111111001010010010011001111111010110100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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