Shades of Suva Grey #92827D
Tints of Suva Grey #92827D
RGB
CMYK
RGB Variations
Color information
#92827D (or 0x92827D) is known color: Suva Grey. HEX triplet: 92, 82 and 7D. RGB value is (146,130,125). Sum of RGB (Red+Green+Blue) = 146+130+125=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #92827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92827D is #6D7D82. Grayscale: #868686. Windows color (decimal): -7175555 or 8225426. OLE color: 8225426.
HSL color Cylindrical-coordinate representation of color #92827D: hue angle of 14.29º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92827D is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 125 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.43 |
| HSL | 14.29º | 0.09% | 0.53% | - |
| HSV(B) | 14.29º | 0.14% | 0.57% | - |
| XYZ | 23.54 | 23.56 | 22.71 | - |
| YUV | 134.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 125 | 0 | 0.11 | 0.14 | 0.43 | 14.29 | 0.09 | 0.53 |
| Hex | 92 | 82 | 7D | 0 | B | E | 2B | E | 9 | 35 |
| Octal | 222 | 202 | 175 | 0 | 13 | 16 | 53 | 16 | 11 | 65 |
| Binary | 10010010 | 10000010 | 1111101 | 0 | 1011 | 1110 | 101011 | 1110 | 1001 | 110101 |
Color Harmonies of #92827D
Complementary color
Monochromatic Colors of #92827D
Black with #92827D
Text Example
Text Example
White with #92827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92827D; }
p { color: rgb(146,130,125); }
H1.HeaderClassName
{
color: #92827D;
}
.AnyTagClassName
{
color: #92827D;
}
</style>
background-color css
<style>
a { background-color: #92827D; }
a { background-color: rgb(146,130,125); }
div.DivClassName
{
background-color: #92827D;
}
.BgClassName
{
background-color: #92827D;
}
</style>
border-color css
<style>
span { border-color: #92827D; }
span { border-color: rgb(146,130,125); }
td.TdClassName
{
border-color: #92827D;
}
.TagClassName
{
border-color: #92827D;
}
</style>