Shades of Bermuda Grey #708CAA
Tints of Bermuda Grey #708CAA
RGB
CMYK
RGB Variations
Color information
#708CAA (or 0x708CAA) is known color: Bermuda Grey. HEX triplet: 70, 8C and AA. RGB value is (112,140,170). Sum of RGB (Red+Green+Blue) = 112+140+170=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #708CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CAA is #8F7355. Grayscale: #868686. Windows color (decimal): -9401174 or 11177072. OLE color: 11177072.
HSL color Cylindrical-coordinate representation of color #708CAA: hue angle of 211.03º 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 #708CAA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 140 | 170 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.33 |
| HSL | 211.03º | 0.25% | 0.55% | - |
| HSV(B) | 211.03º | 0.34% | 0.67% | - |
| XYZ | 23.32 | 25.1 | 41.65 | - |
| YUV | 135.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 170 | 0.34 | 0.18 | 0 | 0.33 | 211.03 | 0.25 | 0.55 |
| Hex | 70 | 8C | AA | 22 | 12 | 0 | 21 | D3 | 19 | 37 |
| Octal | 160 | 214 | 252 | 42 | 22 | 0 | 41 | 323 | 31 | 67 |
| Binary | 1110000 | 10001100 | 10101010 | 100010 | 10010 | 0 | 100001 | 11010011 | 11001 | 110111 |
Color Harmonies of #708CAA
Complementary color
Monochromatic Colors of #708CAA
Black with #708CAA
Text Example
Text Example
White with #708CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CAA; }
p { color: rgb(112,140,170); }
H1.HeaderClassName
{
color: #708CAA;
}
.AnyTagClassName
{
color: #708CAA;
}
</style>
background-color css
<style>
a { background-color: #708CAA; }
a { background-color: rgb(112,140,170); }
div.DivClassName
{
background-color: #708CAA;
}
.BgClassName
{
background-color: #708CAA;
}
</style>
border-color css
<style>
span { border-color: #708CAA; }
span { border-color: rgb(112,140,170); }
td.TdClassName
{
border-color: #708CAA;
}
.TagClassName
{
border-color: #708CAA;
}
</style>