#880756

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

Shades of Eggplant #880756

Tints of Eggplant #880756

Color information

#880756 (or 0x880756) is unknown color: approx Eggplant. HEX triplet: 88, 07 and 56. RGB value is (136,7,86). Sum of RGB (Red+Green+Blue) = 136+7+86=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #880756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880756 is #77F8A9. Grayscale: #363636. Windows color (decimal): -7862442 or 5638024. OLE color: 5638024.

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

Color convert

RGB136786-
CMYK00.950.370.47
HSL323.26º90.21%28.04%-
HSV(B)323.26º94.85%53.33%-
XYZ11.916.069.35-
YUV54.58145.74186.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=59.39%
G=3.06%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13678600.950.370.47323.2690.2128.04
Hex8875605F252F1435a1c
Octal21071260137455750313234
Binary10001000111101011001011111100101101111101000011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880756; }

 p { color: rgb(136,7,86); }

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

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

 a { background-color: rgb(136,7,86); }

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

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

 span { border-color: rgb(136,7,86); }

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