Shades of Bermuda Grey #70899A
Tints of Bermuda Grey #70899A
RGB
CMYK
RGB Variations
Color information
#70899A (or 0x70899A) is known color: Bermuda Grey. HEX triplet: 70, 89 and 9A. RGB value is (112,137,154). Sum of RGB (Red+Green+Blue) = 112+137+154=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #70899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70899A is #8F7665. Grayscale: #838383. Windows color (decimal): -9401958 or 10127728. OLE color: 10127728.
HSL color Cylindrical-coordinate representation of color #70899A: hue angle of 204.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70899A is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 137 | 154 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.40 |
| HSL | 204.29º | 0.17% | 0.52% | - |
| HSV(B) | 204.29º | 0.27% | 0.6% | - |
| XYZ | 21.46 | 23.67 | 34.01 | - |
| YUV | 131.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 154 | 0.27 | 0.11 | 0 | 0.40 | 204.29 | 0.17 | 0.52 |
| Hex | 70 | 89 | 9A | 1B | B | 0 | 28 | CC | 11 | 34 |
| Octal | 160 | 211 | 232 | 33 | 13 | 0 | 50 | 314 | 21 | 64 |
| Binary | 1110000 | 10001001 | 10011010 | 11011 | 1011 | 0 | 101000 | 11001100 | 10001 | 110100 |
Color Harmonies of #70899A
Complementary color
Monochromatic Colors of #70899A
Black with #70899A
Text Example
Text Example
White with #70899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70899A; }
p { color: rgb(112,137,154); }
H1.HeaderClassName
{
color: #70899A;
}
.AnyTagClassName
{
color: #70899A;
}
</style>
background-color css
<style>
a { background-color: #70899A; }
a { background-color: rgb(112,137,154); }
div.DivClassName
{
background-color: #70899A;
}
.BgClassName
{
background-color: #70899A;
}
</style>
border-color css
<style>
span { border-color: #70899A; }
span { border-color: rgb(112,137,154); }
td.TdClassName
{
border-color: #70899A;
}
.TagClassName
{
border-color: #70899A;
}
</style>