Shades of Bermuda Grey #73919D
Tints of Bermuda Grey #73919D
RGB
CMYK
RGB Variations
Color information
#73919D (or 0x73919D) is known color: Bermuda Grey. HEX triplet: 73, 91 and 9D. RGB value is (115,145,157). Sum of RGB (Red+Green+Blue) = 115+145+157=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #73919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73919D is #8C6E62. Grayscale: #898989. Windows color (decimal): -9203299 or 10326387. OLE color: 10326387.
HSL color Cylindrical-coordinate representation of color #73919D: hue angle of 197.14º 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 #73919D is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 145 | 157 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.38 |
| HSL | 197.14º | 0.18% | 0.53% | - |
| HSV(B) | 197.14º | 0.27% | 0.62% | - |
| XYZ | 23.28 | 26.33 | 35.75 | - |
| YUV | 137.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 157 | 0.27 | 0.08 | 0 | 0.38 | 197.14 | 0.18 | 0.53 |
| Hex | 73 | 91 | 9D | 1B | 8 | 0 | 26 | C5 | 12 | 35 |
| Octal | 163 | 221 | 235 | 33 | 10 | 0 | 46 | 305 | 22 | 65 |
| Binary | 1110011 | 10010001 | 10011101 | 11011 | 1000 | 0 | 100110 | 11000101 | 10010 | 110101 |
Color Harmonies of #73919D
Complementary color
Monochromatic Colors of #73919D
Black with #73919D
Text Example
Text Example
White with #73919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73919D; }
p { color: rgb(115,145,157); }
H1.HeaderClassName
{
color: #73919D;
}
.AnyTagClassName
{
color: #73919D;
}
</style>
background-color css
<style>
a { background-color: #73919D; }
a { background-color: rgb(115,145,157); }
div.DivClassName
{
background-color: #73919D;
}
.BgClassName
{
background-color: #73919D;
}
</style>
border-color css
<style>
span { border-color: #73919D; }
span { border-color: rgb(115,145,157); }
td.TdClassName
{
border-color: #73919D;
}
.TagClassName
{
border-color: #73919D;
}
</style>