Shades of Suva Grey #8B8180
Tints of Suva Grey #8B8180
RGB
CMYK
RGB Variations
Color information
#8B8180 (or 0x8B8180) is known color: 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
| RGB | 139 | 129 | 128 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.45 |
| HSL | 5.45º | 0.05% | 0.52% | - |
| HSV(B) | 5.45º | 0.08% | 0.55% | - |
| XYZ | 22.39 | 22.75 | 23.63 | - |
| YUV | 131.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 128 | 0 | 0.07 | 0.08 | 0.45 | 5.45 | 0.05 | 0.52 |
| Hex | 8B | 81 | 80 | 0 | 7 | 8 | 2D | 5 | 5 | 34 |
| Octal | 213 | 201 | 200 | 0 | 7 | 10 | 55 | 5 | 5 | 64 |
| Binary | 10001011 | 10000001 | 10000000 | 0 | 111 | 1000 | 101101 | 101 | 101 | 110100 |
Color Harmonies of #8B8180
Complementary color
Monochromatic Colors of #8B8180
Black with #8B8180
Text Example
Text Example
White with #8B8180
Text Example
Text Example
HTML Codes & Css Web 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>