#9B8782

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

Shades of Suva Grey #9B8782

Tints of Suva Grey #9B8782

Color information

#9B8782 (or 0x9B8782) is unknown color: approx Suva Grey. HEX triplet: 9B, 87 and 82. RGB value is (155,135,130). Sum of RGB (Red+Green+Blue) = 155+135+130=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8782 is #64787D. Grayscale: #8C8C8C. Windows color (decimal): -6584446 or 8554395. OLE color: 8554395.

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

Color convert

RGB155135130-
CMYK00.130.160.39
HSL12º11.11%55.88%-
HSV(B)12º16.13%60.78%-
XYZ26.2125.9124.74-
YUV140.41122.13138.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=36.90%
G=32.14%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513513000.130.160.391211.1155.88
Hex9B87820D1027cb38
Octal2332072020152047141370
Binary100110111000011110000010011011000010011111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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