Shades of Bermuda Grey #75949E
Tints of Bermuda Grey #75949E
RGB
CMYK
RGB Variations
Color information
#75949E (or 0x75949E) is known color: Bermuda Grey. HEX triplet: 75, 94 and 9E. RGB value is (117,148,158). Sum of RGB (Red+Green+Blue) = 117+148+158=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #75949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75949E is #8A6B61. Grayscale: #8B8B8B. Windows color (decimal): -9071458 or 10392693. OLE color: 10392693.
HSL color Cylindrical-coordinate representation of color #75949E: hue angle of 194.63º 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 #75949E is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 148 | 158 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.38 |
| HSL | 194.63º | 0.17% | 0.54% | - |
| HSV(B) | 194.63º | 0.26% | 0.62% | - |
| XYZ | 24.1 | 27.43 | 36.37 | - |
| YUV | 139.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 158 | 0.26 | 0.06 | 0 | 0.38 | 194.63 | 0.17 | 0.54 |
| Hex | 75 | 94 | 9E | 1A | 6 | 0 | 26 | C3 | 11 | 36 |
| Octal | 165 | 224 | 236 | 32 | 6 | 0 | 46 | 303 | 21 | 66 |
| Binary | 1110101 | 10010100 | 10011110 | 11010 | 110 | 0 | 100110 | 11000011 | 10001 | 110110 |
Color Harmonies of #75949E
Complementary color
Monochromatic Colors of #75949E
Black with #75949E
Text Example
Text Example
White with #75949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75949E; }
p { color: rgb(117,148,158); }
H1.HeaderClassName
{
color: #75949E;
}
.AnyTagClassName
{
color: #75949E;
}
</style>
background-color css
<style>
a { background-color: #75949E; }
a { background-color: rgb(117,148,158); }
div.DivClassName
{
background-color: #75949E;
}
.BgClassName
{
background-color: #75949E;
}
</style>
border-color css
<style>
span { border-color: #75949E; }
span { border-color: rgb(117,148,158); }
td.TdClassName
{
border-color: #75949E;
}
.TagClassName
{
border-color: #75949E;
}
</style>