#771256

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

Shades of Pompadour #771256

Tints of Pompadour #771256

Color information

#771256 (or 0x771256) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 56. RGB value is (119,18,86). Sum of RGB (Red+Green+Blue) = 119+18+86=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771256 is #88EDA9. Grayscale: #373737. Windows color (decimal): -8973738 or 5640823. OLE color: 5640823.

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

Color convert

RGB1191886-
CMYK00.850.280.53
HSL319.6º73.72%26.86%-
HSV(B)319.6º84.87%46.67%-
XYZ9.55.039.27-
YUV55.95144.96172.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=53.36%
G=8.07%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119188600.850.280.53319.673.7226.86
Hex7712560551C351404a1b
Octal167221260125346550011233
Binary11101111001010101100101010111100110101101000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771256; }

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

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

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

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

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

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

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

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