Shades of Bermuda Grey #73909C
Tints of Bermuda Grey #73909C
RGB
CMYK
RGB Variations
Color information
#73909C (or 0x73909C) is known color: Bermuda Grey. HEX triplet: 73, 90 and 9C. RGB value is (115,144,156). Sum of RGB (Red+Green+Blue) = 115+144+156=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #73909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73909C is #8C6F63. Grayscale: #888888. Windows color (decimal): -9203556 or 10260595. OLE color: 10260595.
HSL color Cylindrical-coordinate representation of color #73909C: hue angle of 197.56º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73909C is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 144 | 156 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.39 |
| HSL | 197.56º | 0.17% | 0.53% | - |
| HSV(B) | 197.56º | 0.26% | 0.61% | - |
| XYZ | 23.04 | 25.99 | 35.25 | - |
| YUV | 136.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 156 | 0.26 | 0.08 | 0 | 0.39 | 197.56 | 0.17 | 0.53 |
| Hex | 73 | 90 | 9C | 1A | 8 | 0 | 27 | C6 | 11 | 35 |
| Octal | 163 | 220 | 234 | 32 | 10 | 0 | 47 | 306 | 21 | 65 |
| Binary | 1110011 | 10010000 | 10011100 | 11010 | 1000 | 0 | 100111 | 11000110 | 10001 | 110101 |
Color Harmonies of #73909C
Complementary color
Monochromatic Colors of #73909C
Black with #73909C
Text Example
Text Example
White with #73909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73909C; }
p { color: rgb(115,144,156); }
H1.HeaderClassName
{
color: #73909C;
}
.AnyTagClassName
{
color: #73909C;
}
</style>
background-color css
<style>
a { background-color: #73909C; }
a { background-color: rgb(115,144,156); }
div.DivClassName
{
background-color: #73909C;
}
.BgClassName
{
background-color: #73909C;
}
</style>
border-color css
<style>
span { border-color: #73909C; }
span { border-color: rgb(115,144,156); }
td.TdClassName
{
border-color: #73909C;
}
.TagClassName
{
border-color: #73909C;
}
</style>