Shades of Bermuda Grey #75959E
Tints of Bermuda Grey #75959E
RGB
CMYK
RGB Variations
Color information
#75959E (or 0x75959E) is known color: Bermuda Grey. HEX triplet: 75, 95 and 9E. RGB value is (117,149,158). Sum of RGB (Red+Green+Blue) = 117+149+158=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #75959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75959E is #8A6A61. Grayscale: #8C8C8C. Windows color (decimal): -9071202 or 10392949. OLE color: 10392949.
HSL color Cylindrical-coordinate representation of color #75959E: hue angle of 193.17º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75959E is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 149 | 158 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.38 |
| HSL | 193.17º | 0.17% | 0.54% | - |
| HSV(B) | 193.17º | 0.26% | 0.62% | - |
| XYZ | 24.26 | 27.75 | 36.42 | - |
| YUV | 140.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 158 | 0.26 | 0.06 | 0 | 0.38 | 193.17 | 0.17 | 0.54 |
| Hex | 75 | 95 | 9E | 1A | 6 | 0 | 26 | C1 | 11 | 36 |
| Octal | 165 | 225 | 236 | 32 | 6 | 0 | 46 | 301 | 21 | 66 |
| Binary | 1110101 | 10010101 | 10011110 | 11010 | 110 | 0 | 100110 | 11000001 | 10001 | 110110 |
Color Harmonies of #75959E
Complementary color
Monochromatic Colors of #75959E
Black with #75959E
Text Example
Text Example
White with #75959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75959E; }
p { color: rgb(117,149,158); }
H1.HeaderClassName
{
color: #75959E;
}
.AnyTagClassName
{
color: #75959E;
}
</style>
background-color css
<style>
a { background-color: #75959E; }
a { background-color: rgb(117,149,158); }
div.DivClassName
{
background-color: #75959E;
}
.BgClassName
{
background-color: #75959E;
}
</style>
border-color css
<style>
span { border-color: #75959E; }
span { border-color: rgb(117,149,158); }
td.TdClassName
{
border-color: #75959E;
}
.TagClassName
{
border-color: #75959E;
}
</style>