Shades of Suva Grey #847F7E
Tints of Suva Grey #847F7E
RGB
CMYK
RGB Variations
Color information
#847F7E (or 0x847F7E) is known color: Suva Grey. HEX triplet: 84, 7F and 7E. RGB value is (132,127,126). Sum of RGB (Red+Green+Blue) = 132+127+126=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 132 - color contains mainly: red. Hex color #847F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F7E is #7B8081. Grayscale: #808080. Windows color (decimal): -8093826 or 8290180. OLE color: 8290180.
HSL color Cylindrical-coordinate representation of color #847F7E: hue angle of 10º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #847F7E is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 126 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.48 |
| HSL | 10º | 0.02% | 0.51% | - |
| HSV(B) | 10º | 0.05% | 0.52% | - |
| XYZ | 20.87 | 21.59 | 22.81 | - |
| YUV | 128.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 126 | 0 | 0.04 | 0.05 | 0.48 | 10 | 0.02 | 0.51 |
| Hex | 84 | 7F | 7E | 0 | 4 | 5 | 30 | A | 2 | 33 |
| Octal | 204 | 177 | 176 | 0 | 4 | 5 | 60 | 12 | 2 | 63 |
| Binary | 10000100 | 1111111 | 1111110 | 0 | 100 | 101 | 110000 | 1010 | 10 | 110011 |
Color Harmonies of #847F7E
Complementary color
Monochromatic Colors of #847F7E
Black with #847F7E
Text Example
Text Example
White with #847F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F7E; }
p { color: rgb(132,127,126); }
H1.HeaderClassName
{
color: #847F7E;
}
.AnyTagClassName
{
color: #847F7E;
}
</style>
background-color css
<style>
a { background-color: #847F7E; }
a { background-color: rgb(132,127,126); }
div.DivClassName
{
background-color: #847F7E;
}
.BgClassName
{
background-color: #847F7E;
}
</style>
border-color css
<style>
span { border-color: #847F7E; }
span { border-color: rgb(132,127,126); }
td.TdClassName
{
border-color: #847F7E;
}
.TagClassName
{
border-color: #847F7E;
}
</style>