#772050

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

Shades of Pompadour #772050

Tints of Pompadour #772050

Color information

#772050 (or 0x772050) is unknown color: approx Pompadour. HEX triplet: 77, 20 and 50. RGB value is (119,32,80). Sum of RGB (Red+Green+Blue) = 119+32+80=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #772050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772050 is #88DFAF. Grayscale: #3F3F3F. Windows color (decimal): -8970160 or 5251191. OLE color: 5251191.

HSL color Cylindrical-coordinate representation of color #772050: hue angle of 326.9º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772050 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1193280-
CMYK00.730.330.53
HSL326.9º57.62%29.61%-
HSV(B)326.9º73.11%46.67%-
XYZ9.575.538.15-
YUV63.48137.32167.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=51.52%
G=13.85%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119328000.730.330.53326.957.6229.61
Hex77205004921351473a1e
Octal16740120011141655077236
Binary111011110000010100000100100110000111010110100011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772050; }

 p { color: rgb(119,32,80); }

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

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

 a { background-color: rgb(119,32,80); }

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

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

 span { border-color: rgb(119,32,80); }

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