Shades of Bermuda Grey #75919F
Tints of Bermuda Grey #75919F
RGB
CMYK
RGB Variations
Color information
#75919F (or 0x75919F) is known color: Bermuda Grey. HEX triplet: 75, 91 and 9F. RGB value is (117,145,159). Sum of RGB (Red+Green+Blue) = 117+145+159=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #75919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75919F is #8A6E60. Grayscale: #8A8A8A. Windows color (decimal): -9072225 or 10457461. OLE color: 10457461.
HSL color Cylindrical-coordinate representation of color #75919F: hue angle of 200º degrees, saturation: 0.18, 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 #75919F is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 145 | 159 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.38 |
| HSL | 200º | 0.18% | 0.54% | - |
| HSV(B) | 200º | 0.26% | 0.62% | - |
| XYZ | 23.72 | 26.54 | 36.67 | - |
| YUV | 138.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 159 | 0.26 | 0.09 | 0 | 0.38 | 200 | 0.18 | 0.54 |
| Hex | 75 | 91 | 9F | 1A | 9 | 0 | 26 | C8 | 12 | 36 |
| Octal | 165 | 221 | 237 | 32 | 11 | 0 | 46 | 310 | 22 | 66 |
| Binary | 1110101 | 10010001 | 10011111 | 11010 | 1001 | 0 | 100110 | 11001000 | 10010 | 110110 |
Color Harmonies of #75919F
Complementary color
Monochromatic Colors of #75919F
Black with #75919F
Text Example
Text Example
White with #75919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75919F; }
p { color: rgb(117,145,159); }
H1.HeaderClassName
{
color: #75919F;
}
.AnyTagClassName
{
color: #75919F;
}
</style>
background-color css
<style>
a { background-color: #75919F; }
a { background-color: rgb(117,145,159); }
div.DivClassName
{
background-color: #75919F;
}
.BgClassName
{
background-color: #75919F;
}
</style>
border-color css
<style>
span { border-color: #75919F; }
span { border-color: rgb(117,145,159); }
td.TdClassName
{
border-color: #75919F;
}
.TagClassName
{
border-color: #75919F;
}
</style>