Shades of Bermuda Grey #7397AA
Tints of Bermuda Grey #7397AA
RGB
CMYK
RGB Variations
Color information
#7397AA (or 0x7397AA) is known color: Bermuda Grey. HEX triplet: 73, 97 and AA. RGB value is (115,151,170). Sum of RGB (Red+Green+Blue) = 115+151+170=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7397AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7397AA is #8C6855. Grayscale: #8E8E8E. Windows color (decimal): -9201750 or 11179891. OLE color: 11179891.
HSL color Cylindrical-coordinate representation of color #7397AA: hue angle of 200.73º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7397AA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 151 | 170 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.33 |
| HSL | 200.73º | 0.24% | 0.56% | - |
| HSV(B) | 200.73º | 0.32% | 0.67% | - |
| XYZ | 25.39 | 28.68 | 42.23 | - |
| YUV | 142.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 170 | 0.32 | 0.11 | 0 | 0.33 | 200.73 | 0.24 | 0.56 |
| Hex | 73 | 97 | AA | 20 | B | 0 | 21 | C9 | 18 | 38 |
| Octal | 163 | 227 | 252 | 40 | 13 | 0 | 41 | 311 | 30 | 70 |
| Binary | 1110011 | 10010111 | 10101010 | 100000 | 1011 | 0 | 100001 | 11001001 | 11000 | 111000 |
Color Harmonies of #7397AA
Complementary color
Monochromatic Colors of #7397AA
Black with #7397AA
Text Example
Text Example
White with #7397AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397AA; }
p { color: rgb(115,151,170); }
H1.HeaderClassName
{
color: #7397AA;
}
.AnyTagClassName
{
color: #7397AA;
}
</style>
background-color css
<style>
a { background-color: #7397AA; }
a { background-color: rgb(115,151,170); }
div.DivClassName
{
background-color: #7397AA;
}
.BgClassName
{
background-color: #7397AA;
}
</style>
border-color css
<style>
span { border-color: #7397AA; }
span { border-color: rgb(115,151,170); }
td.TdClassName
{
border-color: #7397AA;
}
.TagClassName
{
border-color: #7397AA;
}
</style>