#9D8F87

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

Shades of Zorba #9D8F87

Tints of Zorba #9D8F87

Color information

#9D8F87 (or 0x9D8F87) is unknown color: approx Zorba. HEX triplet: 9D, 8F and 87. RGB value is (157,143,135). Sum of RGB (Red+Green+Blue) = 157+143+135=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8F87 is #627078. Grayscale: #929292. Windows color (decimal): -6451321 or 8884125. OLE color: 8884125.

HSL color Cylindrical-coordinate representation of color #9D8F87: hue angle of 21.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8F87 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB157143135-
CMYK00.090.140.38
HSL21.82º10.09%57.25%-
HSV(B)21.82º14.01%61.57%-
XYZ28.128.5626.95-
YUV146.27121.64135.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=36.09%
G=32.87%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714313500.090.140.3821.8210.0957.25
Hex9D8F8709E2616a39
Octal2352172070111646261271
Binary100111011000111110000111010011110100110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,143,135); }

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

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

 a { background-color: rgb(157,143,135); }

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

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

 span { border-color: rgb(157,143,135); }

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