#771552

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

Shades of Pompadour #771552

Tints of Pompadour #771552

Color information

#771552 (or 0x771552) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 52. RGB value is (119,21,82). Sum of RGB (Red+Green+Blue) = 119+21+82=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771552 is #88EAAD. Grayscale: #393939. Windows color (decimal): -8972974 or 5379447. OLE color: 5379447.

HSL color Cylindrical-coordinate representation of color #771552: hue angle of 322.65º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771552 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1192182-
CMYK00.820.310.53
HSL322.65º70%27.45%-
HSV(B)322.65º82.35%46.67%-
XYZ9.45.078.47-
YUV57.26141.97172.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=53.60%
G=9.46%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119218200.820.310.53322.657027.45
Hex7715520521F35143461b
Octal167251220122376550310633
Binary11101111010110100100101001011111110101101000011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771552; }

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

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

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

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

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

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

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

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