Shades of Suva Grey #95837F
Tints of Suva Grey #95837F
RGB
CMYK
RGB Variations
Color information
#95837F (or 0x95837F) is known color: Suva Grey. HEX triplet: 95, 83 and 7F. RGB value is (149,131,127). Sum of RGB (Red+Green+Blue) = 149+131+127=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95837F is #6A7C80. Grayscale: #878787. Windows color (decimal): -6978689 or 8356757. OLE color: 8356757.
HSL color Cylindrical-coordinate representation of color #95837F: 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 #95837F is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 127 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.42 |
| HSL | 10.91º | 0.09% | 0.54% | - |
| HSV(B) | 10.91º | 0.15% | 0.58% | - |
| XYZ | 24.34 | 24.15 | 23.46 | - |
| YUV | 135.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 127 | 0 | 0.12 | 0.15 | 0.42 | 10.91 | 0.09 | 0.54 |
| Hex | 95 | 83 | 7F | 0 | C | F | 2A | B | 9 | 36 |
| Octal | 225 | 203 | 177 | 0 | 14 | 17 | 52 | 13 | 11 | 66 |
| Binary | 10010101 | 10000011 | 1111111 | 0 | 1100 | 1111 | 101010 | 1011 | 1001 | 110110 |
Color Harmonies of #95837F
Complementary color
Monochromatic Colors of #95837F
Black with #95837F
Text Example
Text Example
White with #95837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95837F; }
p { color: rgb(149,131,127); }
H1.HeaderClassName
{
color: #95837F;
}
.AnyTagClassName
{
color: #95837F;
}
</style>
background-color css
<style>
a { background-color: #95837F; }
a { background-color: rgb(149,131,127); }
div.DivClassName
{
background-color: #95837F;
}
.BgClassName
{
background-color: #95837F;
}
</style>
border-color css
<style>
span { border-color: #95837F; }
span { border-color: rgb(149,131,127); }
td.TdClassName
{
border-color: #95837F;
}
.TagClassName
{
border-color: #95837F;
}
</style>