Shades of Bermuda Grey #708A9B
Tints of Bermuda Grey #708A9B
RGB
CMYK
RGB Variations
Color information
#708A9B (or 0x708A9B) is known color: Bermuda Grey. HEX triplet: 70, 8A and 9B. RGB value is (112,138,155). Sum of RGB (Red+Green+Blue) = 112+138+155=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #708A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A9B is #8F7564. Grayscale: #848484. Windows color (decimal): -9401701 or 10193520. OLE color: 10193520.
HSL color Cylindrical-coordinate representation of color #708A9B: hue angle of 203.72º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #708A9B is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 138 | 155 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.39 |
| HSL | 203.72º | 0.18% | 0.52% | - |
| HSV(B) | 203.72º | 0.28% | 0.61% | - |
| XYZ | 21.69 | 23.99 | 34.5 | - |
| YUV | 132.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 155 | 0.28 | 0.11 | 0 | 0.39 | 203.72 | 0.18 | 0.52 |
| Hex | 70 | 8A | 9B | 1C | B | 0 | 27 | CC | 12 | 34 |
| Octal | 160 | 212 | 233 | 34 | 13 | 0 | 47 | 314 | 22 | 64 |
| Binary | 1110000 | 10001010 | 10011011 | 11100 | 1011 | 0 | 100111 | 11001100 | 10010 | 110100 |
Color Harmonies of #708A9B
Complementary color
Monochromatic Colors of #708A9B
Black with #708A9B
Text Example
Text Example
White with #708A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A9B; }
p { color: rgb(112,138,155); }
H1.HeaderClassName
{
color: #708A9B;
}
.AnyTagClassName
{
color: #708A9B;
}
</style>
background-color css
<style>
a { background-color: #708A9B; }
a { background-color: rgb(112,138,155); }
div.DivClassName
{
background-color: #708A9B;
}
.BgClassName
{
background-color: #708A9B;
}
</style>
border-color css
<style>
span { border-color: #708A9B; }
span { border-color: rgb(112,138,155); }
td.TdClassName
{
border-color: #708A9B;
}
.TagClassName
{
border-color: #708A9B;
}
</style>