Shades of Suva Grey #9A8782
Tints of Suva Grey #9A8782
RGB
CMYK
RGB Variations
Color information
#9A8782 (or 0x9A8782) is known color: Suva Grey. HEX triplet: 9A, 87 and 82. RGB value is (154,135,130). Sum of RGB (Red+Green+Blue) = 154+135+130=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8782 is #65787D. Grayscale: #8C8C8C. Windows color (decimal): -6649982 or 8554394. OLE color: 8554394.
HSL color Cylindrical-coordinate representation of color #9A8782: hue angle of 12.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A8782 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 130 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.40 |
| HSL | 12.5º | 0.11% | 0.56% | - |
| HSV(B) | 12.5º | 0.16% | 0.6% | - |
| XYZ | 26.02 | 25.81 | 24.73 | - |
| YUV | 140.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 130 | 0 | 0.12 | 0.16 | 0.40 | 12.5 | 0.11 | 0.56 |
| Hex | 9A | 87 | 82 | 0 | C | 10 | 28 | C | B | 38 |
| Octal | 232 | 207 | 202 | 0 | 14 | 20 | 50 | 14 | 13 | 70 |
| Binary | 10011010 | 10000111 | 10000010 | 0 | 1100 | 10000 | 101000 | 1100 | 1011 | 111000 |
Color Harmonies of #9A8782
Complementary color
Monochromatic Colors of #9A8782
Black with #9A8782
Text Example
Text Example
White with #9A8782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8782; }
p { color: rgb(154,135,130); }
H1.HeaderClassName
{
color: #9A8782;
}
.AnyTagClassName
{
color: #9A8782;
}
</style>
background-color css
<style>
a { background-color: #9A8782; }
a { background-color: rgb(154,135,130); }
div.DivClassName
{
background-color: #9A8782;
}
.BgClassName
{
background-color: #9A8782;
}
</style>
border-color css
<style>
span { border-color: #9A8782; }
span { border-color: rgb(154,135,130); }
td.TdClassName
{
border-color: #9A8782;
}
.TagClassName
{
border-color: #9A8782;
}
</style>