#9C8B87

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

Shades of Suva Grey #9C8B87

Tints of Suva Grey #9C8B87

Color information

#9C8B87 (or 0x9C8B87) is unknown color: approx Suva Grey. HEX triplet: 9C, 8B and 87. RGB value is (156,139,135). Sum of RGB (Red+Green+Blue) = 156+139+135=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8B87 is #637478. Grayscale: #8F8F8F. Windows color (decimal): -6517881 or 8883100. OLE color: 8883100.

HSL color Cylindrical-coordinate representation of color #9C8B87: hue angle of 11.43º degrees, saturation: 0.1, 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 #9C8B87 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB156139135-
CMYK00.110.130.39
HSL11.43º9.59%57.06%-
HSV(B)11.43º13.46%61.18%-
XYZ27.3227.2826.75-
YUV143.63123.13136.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=36.28%
G=32.33%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613913500.110.130.3911.439.5957.06
Hex9C8B870BD27ba39
Octal2342132070131547131271
Binary10011100100010111000011101011110110011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,135); }

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

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

 a { background-color: rgb(156,139,135); }

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

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

 span { border-color: rgb(156,139,135); }

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