Shades of Bermuda Grey #728A9D
Tints of Bermuda Grey #728A9D
RGB
CMYK
RGB Variations
Color information
#728A9D (or 0x728A9D) is known color: Bermuda Grey. HEX triplet: 72, 8A and 9D. RGB value is (114,138,157). Sum of RGB (Red+Green+Blue) = 114+138+157=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #728A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A9D is #8D7562. Grayscale: #848484. Windows color (decimal): -9270627 or 10324594. OLE color: 10324594.
HSL color Cylindrical-coordinate representation of color #728A9D: hue angle of 206.51º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #728A9D is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 138 | 157 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.38 |
| HSL | 206.51º | 0.18% | 0.53% | - |
| HSV(B) | 206.51º | 0.27% | 0.62% | - |
| XYZ | 22.11 | 24.19 | 35.4 | - |
| YUV | 132.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 157 | 0.27 | 0.12 | 0 | 0.38 | 206.51 | 0.18 | 0.53 |
| Hex | 72 | 8A | 9D | 1B | C | 0 | 26 | CF | 12 | 35 |
| Octal | 162 | 212 | 235 | 33 | 14 | 0 | 46 | 317 | 22 | 65 |
| Binary | 1110010 | 10001010 | 10011101 | 11011 | 1100 | 0 | 100110 | 11001111 | 10010 | 110101 |
Color Harmonies of #728A9D
Complementary color
Monochromatic Colors of #728A9D
Black with #728A9D
Text Example
Text Example
White with #728A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A9D; }
p { color: rgb(114,138,157); }
H1.HeaderClassName
{
color: #728A9D;
}
.AnyTagClassName
{
color: #728A9D;
}
</style>
background-color css
<style>
a { background-color: #728A9D; }
a { background-color: rgb(114,138,157); }
div.DivClassName
{
background-color: #728A9D;
}
.BgClassName
{
background-color: #728A9D;
}
</style>
border-color css
<style>
span { border-color: #728A9D; }
span { border-color: rgb(114,138,157); }
td.TdClassName
{
border-color: #728A9D;
}
.TagClassName
{
border-color: #728A9D;
}
</style>