Shades of Bermuda Grey #7595A8
Tints of Bermuda Grey #7595A8
RGB
CMYK
RGB Variations
Color information
#7595A8 (or 0x7595A8) is known color: Bermuda Grey. HEX triplet: 75, 95 and A8. RGB value is (117,149,168). Sum of RGB (Red+Green+Blue) = 117+149+168=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 168 - color contains mainly: blue. Hex color #7595A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7595A8 is #8A6A57. Grayscale: #8D8D8D. Windows color (decimal): -9071192 or 11048309. OLE color: 11048309.
HSL color Cylindrical-coordinate representation of color #7595A8: hue angle of 202.35º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7595A8 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 149 | 168 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.34 |
| HSL | 202.35º | 0.23% | 0.56% | - |
| HSV(B) | 202.35º | 0.3% | 0.66% | - |
| XYZ | 25.15 | 28.1 | 41.14 | - |
| YUV | 141.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 168 | 0.30 | 0.11 | 0 | 0.34 | 202.35 | 0.23 | 0.56 |
| Hex | 75 | 95 | A8 | 1E | B | 0 | 22 | CA | 17 | 38 |
| Octal | 165 | 225 | 250 | 36 | 13 | 0 | 42 | 312 | 27 | 70 |
| Binary | 1110101 | 10010101 | 10101000 | 11110 | 1011 | 0 | 100010 | 11001010 | 10111 | 111000 |
Color Harmonies of #7595A8
Complementary color
Monochromatic Colors of #7595A8
Black with #7595A8
Text Example
Text Example
White with #7595A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7595A8; }
p { color: rgb(117,149,168); }
H1.HeaderClassName
{
color: #7595A8;
}
.AnyTagClassName
{
color: #7595A8;
}
</style>
background-color css
<style>
a { background-color: #7595A8; }
a { background-color: rgb(117,149,168); }
div.DivClassName
{
background-color: #7595A8;
}
.BgClassName
{
background-color: #7595A8;
}
</style>
border-color css
<style>
span { border-color: #7595A8; }
span { border-color: rgb(117,149,168); }
td.TdClassName
{
border-color: #7595A8;
}
.TagClassName
{
border-color: #7595A8;
}
</style>