Shades of Bermuda Grey #708CAB
Tints of Bermuda Grey #708CAB
RGB
CMYK
RGB Variations
Color information
#708CAB (or 0x708CAB) is known color: Bermuda Grey. HEX triplet: 70, 8C and AB. RGB value is (112,140,171). Sum of RGB (Red+Green+Blue) = 112+140+171=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #708CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CAB is #8F7354. Grayscale: #878787. Windows color (decimal): -9401173 or 11242608. OLE color: 11242608.
HSL color Cylindrical-coordinate representation of color #708CAB: hue angle of 211.53º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708CAB is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 140 | 171 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.33 |
| HSL | 211.53º | 0.26% | 0.55% | - |
| HSV(B) | 211.53º | 0.35% | 0.67% | - |
| XYZ | 23.41 | 25.14 | 42.15 | - |
| YUV | 135.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 171 | 0.35 | 0.18 | 0 | 0.33 | 211.53 | 0.26 | 0.55 |
| Hex | 70 | 8C | AB | 23 | 12 | 0 | 21 | D4 | 1A | 37 |
| Octal | 160 | 214 | 253 | 43 | 22 | 0 | 41 | 324 | 32 | 67 |
| Binary | 1110000 | 10001100 | 10101011 | 100011 | 10010 | 0 | 100001 | 11010100 | 11010 | 110111 |
Color Harmonies of #708CAB
Complementary color
Monochromatic Colors of #708CAB
Black with #708CAB
Text Example
Text Example
White with #708CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CAB; }
p { color: rgb(112,140,171); }
H1.HeaderClassName
{
color: #708CAB;
}
.AnyTagClassName
{
color: #708CAB;
}
</style>
background-color css
<style>
a { background-color: #708CAB; }
a { background-color: rgb(112,140,171); }
div.DivClassName
{
background-color: #708CAB;
}
.BgClassName
{
background-color: #708CAB;
}
</style>
border-color css
<style>
span { border-color: #708CAB; }
span { border-color: rgb(112,140,171); }
td.TdClassName
{
border-color: #708CAB;
}
.TagClassName
{
border-color: #708CAB;
}
</style>