#771756

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

Shades of Pompadour #771756

Tints of Pompadour #771756

Color information

#771756 (or 0x771756) is unknown color: approx Pompadour. HEX triplet: 77, 17 and 56. RGB value is (119,23,86). Sum of RGB (Red+Green+Blue) = 119+23+86=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #771756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771756 is #88E8A9. Grayscale: #3A3A3A. Windows color (decimal): -8972458 or 5642103. OLE color: 5642103.

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

Color convert

RGB1192386-
CMYK00.810.280.53
HSL320.62º67.61%27.84%-
HSV(B)320.62º80.67%46.67%-
XYZ9.595.219.3-
YUV58.89143.3170.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=52.19%
G=10.09%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119238600.810.280.53320.6267.6127.84
Hex7717560511C35141441c
Octal167271260121346550110434
Binary11101111011110101100101000111100110101101000001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771756; }

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

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

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

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

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

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

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

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