Shades of Bermuda Grey #7396AB
Tints of Bermuda Grey #7396AB
RGB
CMYK
RGB Variations
Color information
#7396AB (or 0x7396AB) is known color: Bermuda Grey. HEX triplet: 73, 96 and AB. RGB value is (115,150,171). Sum of RGB (Red+Green+Blue) = 115+150+171=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #7396AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7396AB is #8C6954. Grayscale: #8D8D8D. Windows color (decimal): -9202005 or 11245171. OLE color: 11245171.
HSL color Cylindrical-coordinate representation of color #7396AB: hue angle of 202.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7396AB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 150 | 171 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.33 |
| HSL | 202.5º | 0.25% | 0.56% | - |
| HSV(B) | 202.5º | 0.33% | 0.67% | - |
| XYZ | 25.33 | 28.4 | 42.67 | - |
| YUV | 141.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 171 | 0.33 | 0.12 | 0 | 0.33 | 202.5 | 0.25 | 0.56 |
| Hex | 73 | 96 | AB | 21 | C | 0 | 21 | CA | 19 | 38 |
| Octal | 163 | 226 | 253 | 41 | 14 | 0 | 41 | 312 | 31 | 70 |
| Binary | 1110011 | 10010110 | 10101011 | 100001 | 1100 | 0 | 100001 | 11001010 | 11001 | 111000 |
Color Harmonies of #7396AB
Complementary color
Monochromatic Colors of #7396AB
Black with #7396AB
Text Example
Text Example
White with #7396AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7396AB; }
p { color: rgb(115,150,171); }
H1.HeaderClassName
{
color: #7396AB;
}
.AnyTagClassName
{
color: #7396AB;
}
</style>
background-color css
<style>
a { background-color: #7396AB; }
a { background-color: rgb(115,150,171); }
div.DivClassName
{
background-color: #7396AB;
}
.BgClassName
{
background-color: #7396AB;
}
</style>
border-color css
<style>
span { border-color: #7396AB; }
span { border-color: rgb(115,150,171); }
td.TdClassName
{
border-color: #7396AB;
}
.TagClassName
{
border-color: #7396AB;
}
</style>