Shades of Suva Grey #928682
Tints of Suva Grey #928682
RGB
CMYK
RGB Variations
Color information
#928682 (or 0x928682) is known color: Suva Grey. HEX triplet: 92, 86 and 82. RGB value is (146,134,130). Sum of RGB (Red+Green+Blue) = 146+134+130=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 146 - color contains mainly: red. Hex color #928682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928682 is #6D797D. Grayscale: #898989. Windows color (decimal): -7174526 or 8554130. OLE color: 8554130.
HSL color Cylindrical-coordinate representation of color #928682: hue angle of 15º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #928682 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 130 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.43 |
| HSL | 15º | 0.07% | 0.54% | - |
| HSV(B) | 15º | 0.11% | 0.57% | - |
| XYZ | 24.41 | 24.77 | 24.61 | - |
| YUV | 137.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 130 | 0 | 0.08 | 0.11 | 0.43 | 15 | 0.07 | 0.54 |
| Hex | 92 | 86 | 82 | 0 | 8 | B | 2B | F | 7 | 36 |
| Octal | 222 | 206 | 202 | 0 | 10 | 13 | 53 | 17 | 7 | 66 |
| Binary | 10010010 | 10000110 | 10000010 | 0 | 1000 | 1011 | 101011 | 1111 | 111 | 110110 |
Color Harmonies of #928682
Complementary color
Monochromatic Colors of #928682
Black with #928682
Text Example
Text Example
White with #928682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928682; }
p { color: rgb(146,134,130); }
H1.HeaderClassName
{
color: #928682;
}
.AnyTagClassName
{
color: #928682;
}
</style>
background-color css
<style>
a { background-color: #928682; }
a { background-color: rgb(146,134,130); }
div.DivClassName
{
background-color: #928682;
}
.BgClassName
{
background-color: #928682;
}
</style>
border-color css
<style>
span { border-color: #928682; }
span { border-color: rgb(146,134,130); }
td.TdClassName
{
border-color: #928682;
}
.TagClassName
{
border-color: #928682;
}
</style>