Shades of Suva Grey #93807C
Tints of Suva Grey #93807C
RGB
CMYK
RGB Variations
Color information
#93807C (or 0x93807C) is known color: Suva Grey. HEX triplet: 93, 80 and 7C. RGB value is (147,128,124). Sum of RGB (Red+Green+Blue) = 147+128+124=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #93807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93807C is #6C7F83. Grayscale: #858585. Windows color (decimal): -7110532 or 8159379. OLE color: 8159379.
HSL color Cylindrical-coordinate representation of color #93807C: hue angle of 10.43º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93807C is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 124 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.42 |
| HSL | 10.43º | 0.1% | 0.53% | - |
| HSV(B) | 10.43º | 0.16% | 0.58% | - |
| XYZ | 23.39 | 23.1 | 22.29 | - |
| YUV | 133.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 124 | 0 | 0.13 | 0.16 | 0.42 | 10.43 | 0.1 | 0.53 |
| Hex | 93 | 80 | 7C | 0 | D | 10 | 2A | A | A | 35 |
| Octal | 223 | 200 | 174 | 0 | 15 | 20 | 52 | 12 | 12 | 65 |
| Binary | 10010011 | 10000000 | 1111100 | 0 | 1101 | 10000 | 101010 | 1010 | 1010 | 110101 |
Color Harmonies of #93807C
Complementary color
Monochromatic Colors of #93807C
Black with #93807C
Text Example
Text Example
White with #93807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93807C; }
p { color: rgb(147,128,124); }
H1.HeaderClassName
{
color: #93807C;
}
.AnyTagClassName
{
color: #93807C;
}
</style>
background-color css
<style>
a { background-color: #93807C; }
a { background-color: rgb(147,128,124); }
div.DivClassName
{
background-color: #93807C;
}
.BgClassName
{
background-color: #93807C;
}
</style>
border-color css
<style>
span { border-color: #93807C; }
span { border-color: rgb(147,128,124); }
td.TdClassName
{
border-color: #93807C;
}
.TagClassName
{
border-color: #93807C;
}
</style>