Shades of Bermuda Grey #708B99
Tints of Bermuda Grey #708B99
RGB
CMYK
RGB Variations
Color information
#708B99 (or 0x708B99) is known color: Bermuda Grey. HEX triplet: 70, 8B and 99. RGB value is (112,139,153). Sum of RGB (Red+Green+Blue) = 112+139+153=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #708B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B99 is #8F7466. Grayscale: #848484. Windows color (decimal): -9401447 or 10062704. OLE color: 10062704.
HSL color Cylindrical-coordinate representation of color #708B99: hue angle of 200.49º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708B99 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 139 | 153 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.4 |
| HSL | 200.49º | 0.17% | 0.52% | - |
| HSV(B) | 200.49º | 0.27% | 0.6% | - |
| XYZ | 21.66 | 24.21 | 33.67 | - |
| YUV | 132.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 153 | 0.27 | 0.09 | 0 | 0.4 | 200.49 | 0.17 | 0.52 |
| Hex | 70 | 8B | 99 | 1B | 9 | 0 | 28 | C8 | 11 | 34 |
| Octal | 160 | 213 | 231 | 33 | 11 | 0 | 50 | 310 | 21 | 64 |
| Binary | 1110000 | 10001011 | 10011001 | 11011 | 1001 | 0 | 101000 | 11001000 | 10001 | 110100 |
Color Harmonies of #708B99
Complementary color
Monochromatic Colors of #708B99
Black with #708B99
Text Example
Text Example
White with #708B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B99; }
p { color: rgb(112,139,153); }
H1.HeaderClassName
{
color: #708B99;
}
.AnyTagClassName
{
color: #708B99;
}
</style>
background-color css
<style>
a { background-color: #708B99; }
a { background-color: rgb(112,139,153); }
div.DivClassName
{
background-color: #708B99;
}
.BgClassName
{
background-color: #708B99;
}
</style>
border-color css
<style>
span { border-color: #708B99; }
span { border-color: rgb(112,139,153); }
td.TdClassName
{
border-color: #708B99;
}
.TagClassName
{
border-color: #708B99;
}
</style>