Shades of Bermuda Grey #708997
Tints of Bermuda Grey #708997
RGB
CMYK
RGB Variations
Color information
#708997 (or 0x708997) is known color: Bermuda Grey. HEX triplet: 70, 89 and 97. RGB value is (112,137,151). Sum of RGB (Red+Green+Blue) = 112+137+151=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #708997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708997 is #8F7668. Grayscale: #838383. Windows color (decimal): -9401961 or 9931120. OLE color: 9931120.
HSL color Cylindrical-coordinate representation of color #708997: hue angle of 201.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708997 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 137 | 151 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.41 |
| HSL | 201.54º | 0.16% | 0.52% | - |
| HSV(B) | 201.54º | 0.26% | 0.59% | - |
| XYZ | 21.21 | 23.57 | 32.71 | - |
| YUV | 131.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 151 | 0.26 | 0.09 | 0 | 0.41 | 201.54 | 0.16 | 0.52 |
| Hex | 70 | 89 | 97 | 1A | 9 | 0 | 29 | CA | 10 | 34 |
| Octal | 160 | 211 | 227 | 32 | 11 | 0 | 51 | 312 | 20 | 64 |
| Binary | 1110000 | 10001001 | 10010111 | 11010 | 1001 | 0 | 101001 | 11001010 | 10000 | 110100 |
Color Harmonies of #708997
Complementary color
Monochromatic Colors of #708997
Black with #708997
Text Example
Text Example
White with #708997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708997; }
p { color: rgb(112,137,151); }
H1.HeaderClassName
{
color: #708997;
}
.AnyTagClassName
{
color: #708997;
}
</style>
background-color css
<style>
a { background-color: #708997; }
a { background-color: rgb(112,137,151); }
div.DivClassName
{
background-color: #708997;
}
.BgClassName
{
background-color: #708997;
}
</style>
border-color css
<style>
span { border-color: #708997; }
span { border-color: rgb(112,137,151); }
td.TdClassName
{
border-color: #708997;
}
.TagClassName
{
border-color: #708997;
}
</style>