Shades of Suva Grey #8C807F
Tints of Suva Grey #8C807F
RGB
CMYK
RGB Variations
Color information
#8C807F (or 0x8C807F) is known color: Suva Grey. HEX triplet: 8C, 80 and 7F. RGB value is (140,128,127). Sum of RGB (Red+Green+Blue) = 140+128+127=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C807F is #737F80. Grayscale: #838383. Windows color (decimal): -7569281 or 8355980. OLE color: 8355980.
HSL color Cylindrical-coordinate representation of color #8C807F: hue angle of 4.62º 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 #8C807F is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 127 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.45 |
| HSL | 4.62º | 0.05% | 0.52% | - |
| HSV(B) | 4.62º | 0.09% | 0.55% | - |
| XYZ | 22.37 | 22.55 | 23.25 | - |
| YUV | 131.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 127 | 0 | 0.09 | 0.09 | 0.45 | 4.62 | 0.05 | 0.52 |
| Hex | 8C | 80 | 7F | 0 | 9 | 9 | 2D | 5 | 5 | 34 |
| Octal | 214 | 200 | 177 | 0 | 11 | 11 | 55 | 5 | 5 | 64 |
| Binary | 10001100 | 10000000 | 1111111 | 0 | 1001 | 1001 | 101101 | 101 | 101 | 110100 |
Color Harmonies of #8C807F
Complementary color
Monochromatic Colors of #8C807F
Black with #8C807F
Text Example
Text Example
White with #8C807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C807F; }
p { color: rgb(140,128,127); }
H1.HeaderClassName
{
color: #8C807F;
}
.AnyTagClassName
{
color: #8C807F;
}
</style>
background-color css
<style>
a { background-color: #8C807F; }
a { background-color: rgb(140,128,127); }
div.DivClassName
{
background-color: #8C807F;
}
.BgClassName
{
background-color: #8C807F;
}
</style>
border-color css
<style>
span { border-color: #8C807F; }
span { border-color: rgb(140,128,127); }
td.TdClassName
{
border-color: #8C807F;
}
.TagClassName
{
border-color: #8C807F;
}
</style>