Shades of Bermuda Grey #758F9E
Tints of Bermuda Grey #758F9E
RGB
CMYK
RGB Variations
Color information
#758F9E (or 0x758F9E) is known color: Bermuda Grey. HEX triplet: 75, 8F and 9E. RGB value is (117,143,158). Sum of RGB (Red+Green+Blue) = 117+143+158=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #758F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F9E is #8A7061. Grayscale: #888888. Windows color (decimal): -9072738 or 10391413. OLE color: 10391413.
HSL color Cylindrical-coordinate representation of color #758F9E: hue angle of 201.95º 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 #758F9E is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 143 | 158 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.38 |
| HSL | 201.95º | 0.17% | 0.54% | - |
| HSV(B) | 201.95º | 0.26% | 0.62% | - |
| XYZ | 23.33 | 25.9 | 36.12 | - |
| YUV | 136.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 158 | 0.26 | 0.09 | 0 | 0.38 | 201.95 | 0.17 | 0.54 |
| Hex | 75 | 8F | 9E | 1A | 9 | 0 | 26 | CA | 11 | 36 |
| Octal | 165 | 217 | 236 | 32 | 11 | 0 | 46 | 312 | 21 | 66 |
| Binary | 1110101 | 10001111 | 10011110 | 11010 | 1001 | 0 | 100110 | 11001010 | 10001 | 110110 |
Color Harmonies of #758F9E
Complementary color
Monochromatic Colors of #758F9E
Black with #758F9E
Text Example
Text Example
White with #758F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F9E; }
p { color: rgb(117,143,158); }
H1.HeaderClassName
{
color: #758F9E;
}
.AnyTagClassName
{
color: #758F9E;
}
</style>
background-color css
<style>
a { background-color: #758F9E; }
a { background-color: rgb(117,143,158); }
div.DivClassName
{
background-color: #758F9E;
}
.BgClassName
{
background-color: #758F9E;
}
</style>
border-color css
<style>
span { border-color: #758F9E; }
span { border-color: rgb(117,143,158); }
td.TdClassName
{
border-color: #758F9E;
}
.TagClassName
{
border-color: #758F9E;
}
</style>