#9D8D87

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

Shades of Zorba #9D8D87

Tints of Zorba #9D8D87

Color information

#9D8D87 (or 0x9D8D87) is unknown color: approx Zorba. HEX triplet: 9D, 8D and 87. RGB value is (157,141,135). Sum of RGB (Red+Green+Blue) = 157+141+135=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D87 is #627278. Grayscale: #919191. Windows color (decimal): -6451833 or 8883613. OLE color: 8883613.

HSL color Cylindrical-coordinate representation of color #9D8D87: hue angle of 16.36º 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 #9D8D87 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB157141135-
CMYK00.100.140.38
HSL16.36º10.09%57.25%-
HSV(B)16.36º14.01%61.57%-
XYZ27.827.9726.85-
YUV145.1122.3136.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=36.26%
G=32.56%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714113500.100.140.3816.3610.0957.25
Hex9D8D870AE2610a39
Octal2352152070121646201271
Binary100111011000110110000111010101110100110100001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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