#771652

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

Shades of Pompadour #771652

Tints of Pompadour #771652

Color information

#771652 (or 0x771652) is unknown color: approx Pompadour. HEX triplet: 77, 16 and 52. RGB value is (119,22,82). Sum of RGB (Red+Green+Blue) = 119+22+82=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771652 is #88E9AD. Grayscale: #393939. Windows color (decimal): -8972718 or 5379703. OLE color: 5379703.

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

Color convert

RGB1192282-
CMYK00.820.310.53
HSL322.89º68.79%27.65%-
HSV(B)322.89º81.51%46.67%-
XYZ9.425.18.47-
YUV57.84141.64171.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=53.36%
G=9.87%
B=36.77%

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
Decimal119228200.820.310.53322.8968.7927.65
Hex7716520521F35143451c
Octal167261220122376550310534
Binary11101111011010100100101001011111110101101000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771652; }

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

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

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

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

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

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

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

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