Shades of Bermuda Grey #709AAA
Tints of Bermuda Grey #709AAA
RGB
CMYK
RGB Variations
Color information
#709AAA (or 0x709AAA) is known color: Bermuda Grey. HEX triplet: 70, 9A and AA. RGB value is (112,154,170). Sum of RGB (Red+Green+Blue) = 112+154+170=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #709AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAA is #8F6555. Grayscale: #8F8F8F. Windows color (decimal): -9397590 or 11180656. OLE color: 11180656.
HSL color Cylindrical-coordinate representation of color #709AAA: hue angle of 196.55º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709AAA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 154 | 170 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.33 |
| HSL | 196.55º | 0.25% | 0.55% | - |
| HSV(B) | 196.55º | 0.34% | 0.67% | - |
| XYZ | 25.49 | 29.46 | 42.37 | - |
| YUV | 143.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 170 | 0.34 | 0.09 | 0 | 0.33 | 196.55 | 0.25 | 0.55 |
| Hex | 70 | 9A | AA | 22 | 9 | 0 | 21 | C5 | 19 | 37 |
| Octal | 160 | 232 | 252 | 42 | 11 | 0 | 41 | 305 | 31 | 67 |
| Binary | 1110000 | 10011010 | 10101010 | 100010 | 1001 | 0 | 100001 | 11000101 | 11001 | 110111 |
Color Harmonies of #709AAA
Complementary color
Monochromatic Colors of #709AAA
Black with #709AAA
Text Example
Text Example
White with #709AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AAA; }
p { color: rgb(112,154,170); }
H1.HeaderClassName
{
color: #709AAA;
}
.AnyTagClassName
{
color: #709AAA;
}
</style>
background-color css
<style>
a { background-color: #709AAA; }
a { background-color: rgb(112,154,170); }
div.DivClassName
{
background-color: #709AAA;
}
.BgClassName
{
background-color: #709AAA;
}
</style>
border-color css
<style>
span { border-color: #709AAA; }
span { border-color: rgb(112,154,170); }
td.TdClassName
{
border-color: #709AAA;
}
.TagClassName
{
border-color: #709AAA;
}
</style>