Shades of Bermuda Grey #728B9A
Tints of Bermuda Grey #728B9A
RGB
CMYK
RGB Variations
Color information
#728B9A (or 0x728B9A) is known color: Bermuda Grey. HEX triplet: 72, 8B and 9A. RGB value is (114,139,154). Sum of RGB (Red+Green+Blue) = 114+139+154=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #728B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B9A is #8D7465. Grayscale: #858585. Windows color (decimal): -9270374 or 10128242. OLE color: 10128242.
HSL color Cylindrical-coordinate representation of color #728B9A: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728B9A is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 139 | 154 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.40 |
| HSL | 202.5º | 0.17% | 0.53% | - |
| HSV(B) | 202.5º | 0.26% | 0.6% | - |
| XYZ | 22 | 24.38 | 34.12 | - |
| YUV | 133.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 154 | 0.26 | 0.10 | 0 | 0.40 | 202.5 | 0.17 | 0.53 |
| Hex | 72 | 8B | 9A | 1A | A | 0 | 28 | CA | 11 | 35 |
| Octal | 162 | 213 | 232 | 32 | 12 | 0 | 50 | 312 | 21 | 65 |
| Binary | 1110010 | 10001011 | 10011010 | 11010 | 1010 | 0 | 101000 | 11001010 | 10001 | 110101 |
Color Harmonies of #728B9A
Complementary color
Monochromatic Colors of #728B9A
Black with #728B9A
Text Example
Text Example
White with #728B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B9A; }
p { color: rgb(114,139,154); }
H1.HeaderClassName
{
color: #728B9A;
}
.AnyTagClassName
{
color: #728B9A;
}
</style>
background-color css
<style>
a { background-color: #728B9A; }
a { background-color: rgb(114,139,154); }
div.DivClassName
{
background-color: #728B9A;
}
.BgClassName
{
background-color: #728B9A;
}
</style>
border-color css
<style>
span { border-color: #728B9A; }
span { border-color: rgb(114,139,154); }
td.TdClassName
{
border-color: #728B9A;
}
.TagClassName
{
border-color: #728B9A;
}
</style>