Shades of Suva Grey #968783
Tints of Suva Grey #968783
RGB
CMYK
RGB Variations
Color information
#968783 (or 0x968783) is known color: Suva Grey. HEX triplet: 96, 87 and 83. RGB value is (150,135,131). Sum of RGB (Red+Green+Blue) = 150+135+131=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968783 is #69787C. Grayscale: #8B8B8B. Windows color (decimal): -6912125 or 8619926. OLE color: 8619926.
HSL color Cylindrical-coordinate representation of color #968783: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968783 is Cyan = 0, Magento = 0.1, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 131 | - |
| CMYK | 0 | 0.1 | 0.13 | 0.41 |
| HSL | 12.63º | 0.08% | 0.55% | - |
| HSV(B) | 12.63º | 0.13% | 0.59% | - |
| XYZ | 25.34 | 25.45 | 25.05 | - |
| YUV | 139.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 131 | 0 | 0.1 | 0.13 | 0.41 | 12.63 | 0.08 | 0.55 |
| Hex | 96 | 87 | 83 | 0 | A | D | 29 | D | 8 | 37 |
| Octal | 226 | 207 | 203 | 0 | 12 | 15 | 51 | 15 | 10 | 67 |
| Binary | 10010110 | 10000111 | 10000011 | 0 | 1010 | 1101 | 101001 | 1101 | 1000 | 110111 |
Color Harmonies of #968783
Complementary color
Monochromatic Colors of #968783
Black with #968783
Text Example
Text Example
White with #968783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968783; }
p { color: rgb(150,135,131); }
H1.HeaderClassName
{
color: #968783;
}
.AnyTagClassName
{
color: #968783;
}
</style>
background-color css
<style>
a { background-color: #968783; }
a { background-color: rgb(150,135,131); }
div.DivClassName
{
background-color: #968783;
}
.BgClassName
{
background-color: #968783;
}
</style>
border-color css
<style>
span { border-color: #968783; }
span { border-color: rgb(150,135,131); }
td.TdClassName
{
border-color: #968783;
}
.TagClassName
{
border-color: #968783;
}
</style>