Shades of Suva Grey #8B817F
Tints of Suva Grey #8B817F
RGB
CMYK
RGB Variations
Color information
#8B817F (or 0x8B817F) is known color: Suva Grey. HEX triplet: 8B, 81 and 7F. RGB value is (139,129,127). Sum of RGB (Red+Green+Blue) = 139+129+127=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B817F is #747E80. Grayscale: #838383. Windows color (decimal): -7634561 or 8356235. OLE color: 8356235.
HSL color Cylindrical-coordinate representation of color #8B817F: hue angle of 10º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B817F is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 127 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.45 |
| HSL | 10º | 0.05% | 0.52% | - |
| HSV(B) | 10º | 0.09% | 0.55% | - |
| XYZ | 22.33 | 22.72 | 23.29 | - |
| YUV | 131.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 127 | 0 | 0.07 | 0.09 | 0.45 | 10 | 0.05 | 0.52 |
| Hex | 8B | 81 | 7F | 0 | 7 | 9 | 2D | A | 5 | 34 |
| Octal | 213 | 201 | 177 | 0 | 7 | 11 | 55 | 12 | 5 | 64 |
| Binary | 10001011 | 10000001 | 1111111 | 0 | 111 | 1001 | 101101 | 1010 | 101 | 110100 |
Color Harmonies of #8B817F
Complementary color
Monochromatic Colors of #8B817F
Black with #8B817F
Text Example
Text Example
White with #8B817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B817F; }
p { color: rgb(139,129,127); }
H1.HeaderClassName
{
color: #8B817F;
}
.AnyTagClassName
{
color: #8B817F;
}
</style>
background-color css
<style>
a { background-color: #8B817F; }
a { background-color: rgb(139,129,127); }
div.DivClassName
{
background-color: #8B817F;
}
.BgClassName
{
background-color: #8B817F;
}
</style>
border-color css
<style>
span { border-color: #8B817F; }
span { border-color: rgb(139,129,127); }
td.TdClassName
{
border-color: #8B817F;
}
.TagClassName
{
border-color: #8B817F;
}
</style>