Shades of Suva Grey #86807F
Tints of Suva Grey #86807F
RGB
CMYK
RGB Variations
Color information
#86807F (or 0x86807F) is known color: Suva Grey. HEX triplet: 86, 80 and 7F. RGB value is (134,128,127). Sum of RGB (Red+Green+Blue) = 134+128+127=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 134 - color contains mainly: red. Hex color #86807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86807F is #797F80. Grayscale: #818181. Windows color (decimal): -7962497 or 8355974. OLE color: 8355974.
HSL color Cylindrical-coordinate representation of color #86807F: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86807F is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 127 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.47 |
| HSL | 8.57º | 0.03% | 0.51% | - |
| HSV(B) | 8.57º | 0.05% | 0.53% | - |
| XYZ | 21.38 | 22.04 | 23.21 | - |
| YUV | 129.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 127 | 0 | 0.04 | 0.05 | 0.47 | 8.57 | 0.03 | 0.51 |
| Hex | 86 | 80 | 7F | 0 | 4 | 5 | 2F | 9 | 3 | 33 |
| Octal | 206 | 200 | 177 | 0 | 4 | 5 | 57 | 11 | 3 | 63 |
| Binary | 10000110 | 10000000 | 1111111 | 0 | 100 | 101 | 101111 | 1001 | 11 | 110011 |
Color Harmonies of #86807F
Complementary color
Monochromatic Colors of #86807F
Black with #86807F
Text Example
Text Example
White with #86807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86807F; }
p { color: rgb(134,128,127); }
H1.HeaderClassName
{
color: #86807F;
}
.AnyTagClassName
{
color: #86807F;
}
</style>
background-color css
<style>
a { background-color: #86807F; }
a { background-color: rgb(134,128,127); }
div.DivClassName
{
background-color: #86807F;
}
.BgClassName
{
background-color: #86807F;
}
</style>
border-color css
<style>
span { border-color: #86807F; }
span { border-color: rgb(134,128,127); }
td.TdClassName
{
border-color: #86807F;
}
.TagClassName
{
border-color: #86807F;
}
</style>