#8B8180

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

Shades of Suva Grey #8B8180

Tints of Suva Grey #8B8180

Color information

#8B8180 (or 0x8B8180) is unknown color: approx Suva Grey. HEX triplet: 8B, 81 and 80. RGB value is (139,129,128). Sum of RGB (Red+Green+Blue) = 139+129+128=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8180 is #747E7F. Grayscale: #838383. Windows color (decimal): -7634560 or 8421771. OLE color: 8421771.

HSL color Cylindrical-coordinate representation of color #8B8180: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8180 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB139129128-
CMYK00.070.080.45
HSL5.45º4.53%52.35%-
HSV(B)5.45º7.91%54.51%-
XYZ22.3922.7523.63-
YUV131.88125.81133.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=35.10%
G=32.58%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912912800.070.080.455.454.5352.35
Hex8B81800782D5534
Octal2132012000710555564
Binary10001011100000011000000001111000101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8180; }

 p { color: rgb(139,129,128); }

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

<style>
 a { background-color: #8B8180; }

 a { background-color: rgb(139,129,128); }

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

<style>
 span { border-color: #8B8180; }

 span { border-color: rgb(139,129,128); }

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