#772052

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

Shades of Pompadour #772052

Tints of Pompadour #772052

Color information

#772052 (or 0x772052) is unknown color: approx Pompadour. HEX triplet: 77, 20 and 52. RGB value is (119,32,82). Sum of RGB (Red+Green+Blue) = 119+32+82=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #772052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772052 is #88DFAD. Grayscale: #3F3F3F. Windows color (decimal): -8970158 or 5382263. OLE color: 5382263.

HSL color Cylindrical-coordinate representation of color #772052: hue angle of 325.52º 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 #772052 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1193282-
CMYK00.730.310.53
HSL325.52º57.62%29.61%-
HSV(B)325.52º73.11%46.67%-
XYZ9.655.568.55-
YUV63.71138.32167.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=51.07%
G=13.73%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119328200.730.310.53325.5257.6229.61
Hex7720520491F351463a1e
Octal16740122011137655067236
Binary11101111000001010010010010011111111010110100011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772052; }

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

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

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

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

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

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

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

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