#9B8C87

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

Shades of Suva Grey #9B8C87

Tints of Suva Grey #9B8C87

Color information

#9B8C87 (or 0x9B8C87) is unknown color: approx Suva Grey. HEX triplet: 9B, 8C and 87. RGB value is (155,140,135). Sum of RGB (Red+Green+Blue) = 155+140+135=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8C87 is #647378. Grayscale: #8F8F8F. Windows color (decimal): -6583161 or 8883355. OLE color: 8883355.

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

Color convert

RGB155140135-
CMYK00.100.130.39
HSL15º9.09%56.86%-
HSV(B)15º12.9%60.78%-
XYZ27.2727.4726.79-
YUV143.91122.97135.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=36.05%
G=32.56%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514013500.100.130.39159.0956.86
Hex9B8C870AD27f939
Octal2332142070121547171171
Binary10011011100011001000011101010110110011111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,135); }

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

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

 a { background-color: rgb(155,140,135); }

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

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

 span { border-color: rgb(155,140,135); }

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