Shades of Bermuda Grey #758C97
Tints of Bermuda Grey #758C97
RGB
CMYK
RGB Variations
Color information
#758C97 (or 0x758C97) is known color: Bermuda Grey. HEX triplet: 75, 8C and 97. RGB value is (117,140,151). Sum of RGB (Red+Green+Blue) = 117+140+151=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 151 - color contains mainly: blue. Hex color #758C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C97 is #8A7368. Grayscale: #868686. Windows color (decimal): -9073513 or 9931893. OLE color: 9931893.
HSL color Cylindrical-coordinate representation of color #758C97: hue angle of 199.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758C97 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 140 | 151 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.41 |
| HSL | 199.41º | 0.14% | 0.53% | - |
| HSV(B) | 199.41º | 0.23% | 0.59% | - |
| XYZ | 22.3 | 24.77 | 32.88 | - |
| YUV | 134.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 151 | 0.23 | 0.07 | 0 | 0.41 | 199.41 | 0.14 | 0.53 |
| Hex | 75 | 8C | 97 | 17 | 7 | 0 | 29 | C7 | E | 35 |
| Octal | 165 | 214 | 227 | 27 | 7 | 0 | 51 | 307 | 16 | 65 |
| Binary | 1110101 | 10001100 | 10010111 | 10111 | 111 | 0 | 101001 | 11000111 | 1110 | 110101 |
Color Harmonies of #758C97
Complementary color
Monochromatic Colors of #758C97
Black with #758C97
Text Example
Text Example
White with #758C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C97; }
p { color: rgb(117,140,151); }
H1.HeaderClassName
{
color: #758C97;
}
.AnyTagClassName
{
color: #758C97;
}
</style>
background-color css
<style>
a { background-color: #758C97; }
a { background-color: rgb(117,140,151); }
div.DivClassName
{
background-color: #758C97;
}
.BgClassName
{
background-color: #758C97;
}
</style>
border-color css
<style>
span { border-color: #758C97; }
span { border-color: rgb(117,140,151); }
td.TdClassName
{
border-color: #758C97;
}
.TagClassName
{
border-color: #758C97;
}
</style>