#9C8E80

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

Shades of Zorba #9C8E80

Tints of Zorba #9C8E80

Color information

#9C8E80 (or 0x9C8E80) is unknown color: approx Zorba. HEX triplet: 9C, 8E and 80. RGB value is (156,142,128). Sum of RGB (Red+Green+Blue) = 156+142+128=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8E80 is #63717F. Grayscale: #909090. Windows color (decimal): -6517120 or 8425116. OLE color: 8425116.

HSL color Cylindrical-coordinate representation of color #9C8E80: hue angle of 30º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C8E80 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB156142128-
CMYK00.090.180.39
HSL30º12.39%55.69%-
HSV(B)30º17.95%61.18%-
XYZ27.2827.9724.38-
YUV144.59118.64136.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.62%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=36.62%
G=33.33%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614212800.090.180.393012.3955.69
Hex9C8E800912271ec38
Octal2342162000112247361470
Binary1001110010001110100000000100110010100111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8E80; }

 p { color: rgb(156,142,128); }

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

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

 a { background-color: rgb(156,142,128); }

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

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

 span { border-color: rgb(156,142,128); }

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