Shades of Bermuda Grey #728B9B
Tints of Bermuda Grey #728B9B
RGB
CMYK
RGB Variations
Color information
#728B9B (or 0x728B9B) is known color: Bermuda Grey. HEX triplet: 72, 8B and 9B. RGB value is (114,139,155). Sum of RGB (Red+Green+Blue) = 114+139+155=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #728B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B9B is #8D7464. Grayscale: #858585. Windows color (decimal): -9270373 or 10193778. OLE color: 10193778.
HSL color Cylindrical-coordinate representation of color #728B9B: hue angle of 203.41º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728B9B is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 139 | 155 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.39 |
| HSL | 203.41º | 0.17% | 0.53% | - |
| HSV(B) | 203.41º | 0.26% | 0.61% | - |
| XYZ | 22.09 | 24.41 | 34.56 | - |
| YUV | 133.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 155 | 0.26 | 0.10 | 0 | 0.39 | 203.41 | 0.17 | 0.53 |
| Hex | 72 | 8B | 9B | 1A | A | 0 | 27 | CB | 11 | 35 |
| Octal | 162 | 213 | 233 | 32 | 12 | 0 | 47 | 313 | 21 | 65 |
| Binary | 1110010 | 10001011 | 10011011 | 11010 | 1010 | 0 | 100111 | 11001011 | 10001 | 110101 |
Color Harmonies of #728B9B
Complementary color
Monochromatic Colors of #728B9B
Black with #728B9B
Text Example
Text Example
White with #728B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B9B; }
p { color: rgb(114,139,155); }
H1.HeaderClassName
{
color: #728B9B;
}
.AnyTagClassName
{
color: #728B9B;
}
</style>
background-color css
<style>
a { background-color: #728B9B; }
a { background-color: rgb(114,139,155); }
div.DivClassName
{
background-color: #728B9B;
}
.BgClassName
{
background-color: #728B9B;
}
</style>
border-color css
<style>
span { border-color: #728B9B; }
span { border-color: rgb(114,139,155); }
td.TdClassName
{
border-color: #728B9B;
}
.TagClassName
{
border-color: #728B9B;
}
</style>