#9B8884

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

Shades of Suva Grey #9B8884

Tints of Suva Grey #9B8884

Color information

#9B8884 (or 0x9B8884) is unknown color: approx Suva Grey. HEX triplet: 9B, 88 and 84. RGB value is (155,136,132). Sum of RGB (Red+Green+Blue) = 155+136+132=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8884 is #64777B. Grayscale: #8D8D8D. Windows color (decimal): -6584188 or 8685723. OLE color: 8685723.

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

Color convert

RGB155136132-
CMYK00.120.150.39
HSL10.43º10.31%56.27%-
HSV(B)10.43º14.84%60.78%-
XYZ26.4926.2425.5-
YUV141.22122.79137.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=36.64%
G=32.15%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513613200.120.150.3910.4310.3156.27
Hex9B88840CF27aa38
Octal2332102040141747121270
Binary10011011100010001000010001100111110011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,132); }

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

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

 a { background-color: rgb(155,136,132); }

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

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

 span { border-color: rgb(155,136,132); }

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