Shades of Bermuda Grey #7592AB
Tints of Bermuda Grey #7592AB
RGB
CMYK
RGB Variations
Color information
#7592AB (or 0x7592AB) is known color: Bermuda Grey. HEX triplet: 75, 92 and AB. RGB value is (117,146,171). Sum of RGB (Red+Green+Blue) = 117+146+171=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #7592AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7592AB is #8A6D54. Grayscale: #8C8C8C. Windows color (decimal): -9071957 or 11244149. OLE color: 11244149.
HSL color Cylindrical-coordinate representation of color #7592AB: hue angle of 207.78º 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 #7592AB is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 146 | 171 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.33 |
| HSL | 207.78º | 0.24% | 0.56% | - |
| HSV(B) | 207.78º | 0.32% | 0.67% | - |
| XYZ | 24.97 | 27.28 | 42.48 | - |
| YUV | 140.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 171 | 0.32 | 0.15 | 0 | 0.33 | 207.78 | 0.24 | 0.56 |
| Hex | 75 | 92 | AB | 20 | F | 0 | 21 | D0 | 18 | 38 |
| Octal | 165 | 222 | 253 | 40 | 17 | 0 | 41 | 320 | 30 | 70 |
| Binary | 1110101 | 10010010 | 10101011 | 100000 | 1111 | 0 | 100001 | 11010000 | 11000 | 111000 |
Color Harmonies of #7592AB
Complementary color
Monochromatic Colors of #7592AB
Black with #7592AB
Text Example
Text Example
White with #7592AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7592AB; }
p { color: rgb(117,146,171); }
H1.HeaderClassName
{
color: #7592AB;
}
.AnyTagClassName
{
color: #7592AB;
}
</style>
background-color css
<style>
a { background-color: #7592AB; }
a { background-color: rgb(117,146,171); }
div.DivClassName
{
background-color: #7592AB;
}
.BgClassName
{
background-color: #7592AB;
}
</style>
border-color css
<style>
span { border-color: #7592AB; }
span { border-color: rgb(117,146,171); }
td.TdClassName
{
border-color: #7592AB;
}
.TagClassName
{
border-color: #7592AB;
}
</style>