#771752

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

Shades of Pompadour #771752

Tints of Pompadour #771752

Color information

#771752 (or 0x771752) is unknown color: approx Pompadour. HEX triplet: 77, 17 and 52. RGB value is (119,23,82). Sum of RGB (Red+Green+Blue) = 119+23+82=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #771752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771752 is #88E8AD. Grayscale: #3A3A3A. Windows color (decimal): -8972462 or 5379959. OLE color: 5379959.

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

Color convert

RGB1192382-
CMYK00.810.310.53
HSL323.12º67.61%27.84%-
HSV(B)323.12º80.67%46.67%-
XYZ9.445.148.48-
YUV58.43141.3171.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 23 (9.38% from 255) = 10.27%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=53.12%
G=10.27%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119238200.810.310.53323.1267.6127.84
Hex7717520511F35143441c
Octal167271220121376550310434
Binary11101111011110100100101000111111110101101000011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771752; }

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

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

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

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

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

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

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

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