Shades of Bermuda Grey #73919F
Tints of Bermuda Grey #73919F
RGB
CMYK
RGB Variations
Color information
#73919F (or 0x73919F) is known color: Bermuda Grey. HEX triplet: 73, 91 and 9F. RGB value is (115,145,159). Sum of RGB (Red+Green+Blue) = 115+145+159=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #73919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73919F is #8C6E60. Grayscale: #898989. Windows color (decimal): -9203297 or 10457459. OLE color: 10457459.
HSL color Cylindrical-coordinate representation of color #73919F: hue angle of 199.09º 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 #73919F is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 145 | 159 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.38 |
| HSL | 199.09º | 0.19% | 0.54% | - |
| HSV(B) | 199.09º | 0.28% | 0.62% | - |
| XYZ | 23.45 | 26.4 | 36.66 | - |
| YUV | 137.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 159 | 0.28 | 0.09 | 0 | 0.38 | 199.09 | 0.19 | 0.54 |
| Hex | 73 | 91 | 9F | 1C | 9 | 0 | 26 | C7 | 13 | 36 |
| Octal | 163 | 221 | 237 | 34 | 11 | 0 | 46 | 307 | 23 | 66 |
| Binary | 1110011 | 10010001 | 10011111 | 11100 | 1001 | 0 | 100110 | 11000111 | 10011 | 110110 |
Color Harmonies of #73919F
Complementary color
Monochromatic Colors of #73919F
Black with #73919F
Text Example
Text Example
White with #73919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73919F; }
p { color: rgb(115,145,159); }
H1.HeaderClassName
{
color: #73919F;
}
.AnyTagClassName
{
color: #73919F;
}
</style>
background-color css
<style>
a { background-color: #73919F; }
a { background-color: rgb(115,145,159); }
div.DivClassName
{
background-color: #73919F;
}
.BgClassName
{
background-color: #73919F;
}
</style>
border-color css
<style>
span { border-color: #73919F; }
span { border-color: rgb(115,145,159); }
td.TdClassName
{
border-color: #73919F;
}
.TagClassName
{
border-color: #73919F;
}
</style>