Shades of Bermuda Grey #728B9F
Tints of Bermuda Grey #728B9F
RGB
CMYK
RGB Variations
Color information
#728B9F (or 0x728B9F) is known color: Bermuda Grey. HEX triplet: 72, 8B and 9F. RGB value is (114,139,159). Sum of RGB (Red+Green+Blue) = 114+139+159=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #728B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B9F is #8D7460. Grayscale: #858585. Windows color (decimal): -9270369 or 10455922. OLE color: 10455922.
HSL color Cylindrical-coordinate representation of color #728B9F: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #728B9F is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 139 | 159 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.38 |
| HSL | 206.67º | 0.19% | 0.54% | - |
| HSV(B) | 206.67º | 0.28% | 0.62% | - |
| XYZ | 22.43 | 24.55 | 36.36 | - |
| YUV | 133.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 159 | 0.28 | 0.13 | 0 | 0.38 | 206.67 | 0.19 | 0.54 |
| Hex | 72 | 8B | 9F | 1C | D | 0 | 26 | CF | 13 | 36 |
| Octal | 162 | 213 | 237 | 34 | 15 | 0 | 46 | 317 | 23 | 66 |
| Binary | 1110010 | 10001011 | 10011111 | 11100 | 1101 | 0 | 100110 | 11001111 | 10011 | 110110 |
Color Harmonies of #728B9F
Complementary color
Monochromatic Colors of #728B9F
Black with #728B9F
Text Example
Text Example
White with #728B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B9F; }
p { color: rgb(114,139,159); }
H1.HeaderClassName
{
color: #728B9F;
}
.AnyTagClassName
{
color: #728B9F;
}
</style>
background-color css
<style>
a { background-color: #728B9F; }
a { background-color: rgb(114,139,159); }
div.DivClassName
{
background-color: #728B9F;
}
.BgClassName
{
background-color: #728B9F;
}
</style>
border-color css
<style>
span { border-color: #728B9F; }
span { border-color: rgb(114,139,159); }
td.TdClassName
{
border-color: #728B9F;
}
.TagClassName
{
border-color: #728B9F;
}
</style>