Shades of Suva Grey #92817E
Tints of Suva Grey #92817E
RGB
CMYK
RGB Variations
Color information
#92817E (or 0x92817E) is known color: Suva Grey. HEX triplet: 92, 81 and 7E. RGB value is (146,129,126). Sum of RGB (Red+Green+Blue) = 146+129+126=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #92817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92817E is #6D7E81. Grayscale: #858585. Windows color (decimal): -7175810 or 8290706. OLE color: 8290706.
HSL color Cylindrical-coordinate representation of color #92817E: hue angle of 9º degrees, saturation: 0.08, 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 #92817E is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 126 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.43 |
| HSL | 9º | 0.08% | 0.53% | - |
| HSV(B) | 9º | 0.14% | 0.57% | - |
| XYZ | 23.47 | 23.32 | 23 | - |
| YUV | 133.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 126 | 0 | 0.12 | 0.14 | 0.43 | 9 | 0.08 | 0.53 |
| Hex | 92 | 81 | 7E | 0 | C | E | 2B | 9 | 8 | 35 |
| Octal | 222 | 201 | 176 | 0 | 14 | 16 | 53 | 11 | 10 | 65 |
| Binary | 10010010 | 10000001 | 1111110 | 0 | 1100 | 1110 | 101011 | 1001 | 1000 | 110101 |
Color Harmonies of #92817E
Complementary color
Monochromatic Colors of #92817E
Black with #92817E
Text Example
Text Example
White with #92817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92817E; }
p { color: rgb(146,129,126); }
H1.HeaderClassName
{
color: #92817E;
}
.AnyTagClassName
{
color: #92817E;
}
</style>
background-color css
<style>
a { background-color: #92817E; }
a { background-color: rgb(146,129,126); }
div.DivClassName
{
background-color: #92817E;
}
.BgClassName
{
background-color: #92817E;
}
</style>
border-color css
<style>
span { border-color: #92817E; }
span { border-color: rgb(146,129,126); }
td.TdClassName
{
border-color: #92817E;
}
.TagClassName
{
border-color: #92817E;
}
</style>