Shades of Bermuda Grey #73959F
Tints of Bermuda Grey #73959F
RGB
CMYK
RGB Variations
Color information
#73959F (or 0x73959F) is known color: Bermuda Grey. HEX triplet: 73, 95 and 9F. RGB value is (115,149,159). Sum of RGB (Red+Green+Blue) = 115+149+159=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #73959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73959F is #8C6A60. Grayscale: #8B8B8B. Windows color (decimal): -9202273 or 10458483. OLE color: 10458483.
HSL color Cylindrical-coordinate representation of color #73959F: hue angle of 193.64º 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 #73959F is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 149 | 159 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.38 |
| HSL | 193.64º | 0.19% | 0.54% | - |
| HSV(B) | 193.64º | 0.28% | 0.62% | - |
| XYZ | 24.08 | 27.64 | 36.87 | - |
| YUV | 139.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 159 | 0.28 | 0.06 | 0 | 0.38 | 193.64 | 0.19 | 0.54 |
| Hex | 73 | 95 | 9F | 1C | 6 | 0 | 26 | C2 | 13 | 36 |
| Octal | 163 | 225 | 237 | 34 | 6 | 0 | 46 | 302 | 23 | 66 |
| Binary | 1110011 | 10010101 | 10011111 | 11100 | 110 | 0 | 100110 | 11000010 | 10011 | 110110 |
Color Harmonies of #73959F
Complementary color
Monochromatic Colors of #73959F
Black with #73959F
Text Example
Text Example
White with #73959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73959F; }
p { color: rgb(115,149,159); }
H1.HeaderClassName
{
color: #73959F;
}
.AnyTagClassName
{
color: #73959F;
}
</style>
background-color css
<style>
a { background-color: #73959F; }
a { background-color: rgb(115,149,159); }
div.DivClassName
{
background-color: #73959F;
}
.BgClassName
{
background-color: #73959F;
}
</style>
border-color css
<style>
span { border-color: #73959F; }
span { border-color: rgb(115,149,159); }
td.TdClassName
{
border-color: #73959F;
}
.TagClassName
{
border-color: #73959F;
}
</style>