Shades of Suva Grey #94827E
Tints of Suva Grey #94827E
RGB
CMYK
RGB Variations
Color information
#94827E (or 0x94827E) is known color: Suva Grey. HEX triplet: 94, 82 and 7E. RGB value is (148,130,126). Sum of RGB (Red+Green+Blue) = 148+130+126=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #94827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94827E is #6B7D81. Grayscale: #868686. Windows color (decimal): -7044482 or 8290964. OLE color: 8290964.
HSL color Cylindrical-coordinate representation of color #94827E: hue angle of 10.91º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94827E is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 126 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.42 |
| HSL | 10.91º | 0.09% | 0.54% | - |
| HSV(B) | 10.91º | 0.15% | 0.58% | - |
| XYZ | 23.96 | 23.77 | 23.06 | - |
| YUV | 134.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 126 | 0 | 0.12 | 0.15 | 0.42 | 10.91 | 0.09 | 0.54 |
| Hex | 94 | 82 | 7E | 0 | C | F | 2A | B | 9 | 36 |
| Octal | 224 | 202 | 176 | 0 | 14 | 17 | 52 | 13 | 11 | 66 |
| Binary | 10010100 | 10000010 | 1111110 | 0 | 1100 | 1111 | 101010 | 1011 | 1001 | 110110 |
Color Harmonies of #94827E
Complementary color
Monochromatic Colors of #94827E
Black with #94827E
Text Example
Text Example
White with #94827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94827E; }
p { color: rgb(148,130,126); }
H1.HeaderClassName
{
color: #94827E;
}
.AnyTagClassName
{
color: #94827E;
}
</style>
background-color css
<style>
a { background-color: #94827E; }
a { background-color: rgb(148,130,126); }
div.DivClassName
{
background-color: #94827E;
}
.BgClassName
{
background-color: #94827E;
}
</style>
border-color css
<style>
span { border-color: #94827E; }
span { border-color: rgb(148,130,126); }
td.TdClassName
{
border-color: #94827E;
}
.TagClassName
{
border-color: #94827E;
}
</style>