Shades of Bermuda Grey #73929D
Tints of Bermuda Grey #73929D
RGB
CMYK
RGB Variations
Color information
#73929D (or 0x73929D) is known color: Bermuda Grey. HEX triplet: 73, 92 and 9D. RGB value is (115,146,157). Sum of RGB (Red+Green+Blue) = 115+146+157=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #73929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73929D is #8C6D62. Grayscale: #898989. Windows color (decimal): -9203043 or 10326643. OLE color: 10326643.
HSL color Cylindrical-coordinate representation of color #73929D: hue angle of 195.71º 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 #73929D is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 146 | 157 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.38 |
| HSL | 195.71º | 0.18% | 0.53% | - |
| HSV(B) | 195.71º | 0.27% | 0.62% | - |
| XYZ | 23.43 | 26.64 | 35.8 | - |
| YUV | 137.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 157 | 0.27 | 0.07 | 0 | 0.38 | 195.71 | 0.18 | 0.53 |
| Hex | 73 | 92 | 9D | 1B | 7 | 0 | 26 | C4 | 12 | 35 |
| Octal | 163 | 222 | 235 | 33 | 7 | 0 | 46 | 304 | 22 | 65 |
| Binary | 1110011 | 10010010 | 10011101 | 11011 | 111 | 0 | 100110 | 11000100 | 10010 | 110101 |
Color Harmonies of #73929D
Complementary color
Monochromatic Colors of #73929D
Black with #73929D
Text Example
Text Example
White with #73929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73929D; }
p { color: rgb(115,146,157); }
H1.HeaderClassName
{
color: #73929D;
}
.AnyTagClassName
{
color: #73929D;
}
</style>
background-color css
<style>
a { background-color: #73929D; }
a { background-color: rgb(115,146,157); }
div.DivClassName
{
background-color: #73929D;
}
.BgClassName
{
background-color: #73929D;
}
</style>
border-color css
<style>
span { border-color: #73929D; }
span { border-color: rgb(115,146,157); }
td.TdClassName
{
border-color: #73929D;
}
.TagClassName
{
border-color: #73929D;
}
</style>