Shades of Bermuda Grey #748E99
Tints of Bermuda Grey #748E99
RGB
CMYK
RGB Variations
Color information
#748E99 (or 0x748E99) is known color: Bermuda Grey. HEX triplet: 74, 8E and 99. RGB value is (116,142,153). Sum of RGB (Red+Green+Blue) = 116+142+153=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #748E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E99 is #8B7166. Grayscale: #878787. Windows color (decimal): -9138535 or 10063476. OLE color: 10063476.
HSL color Cylindrical-coordinate representation of color #748E99: hue angle of 197.84º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #748E99 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 142 | 153 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.4 |
| HSL | 197.84º | 0.15% | 0.53% | - |
| HSV(B) | 197.84º | 0.24% | 0.6% | - |
| XYZ | 22.63 | 25.36 | 33.84 | - |
| YUV | 135.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 153 | 0.24 | 0.07 | 0 | 0.4 | 197.84 | 0.15 | 0.53 |
| Hex | 74 | 8E | 99 | 18 | 7 | 0 | 28 | C6 | F | 35 |
| Octal | 164 | 216 | 231 | 30 | 7 | 0 | 50 | 306 | 17 | 65 |
| Binary | 1110100 | 10001110 | 10011001 | 11000 | 111 | 0 | 101000 | 11000110 | 1111 | 110101 |
Color Harmonies of #748E99
Complementary color
Monochromatic Colors of #748E99
Black with #748E99
Text Example
Text Example
White with #748E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E99; }
p { color: rgb(116,142,153); }
H1.HeaderClassName
{
color: #748E99;
}
.AnyTagClassName
{
color: #748E99;
}
</style>
background-color css
<style>
a { background-color: #748E99; }
a { background-color: rgb(116,142,153); }
div.DivClassName
{
background-color: #748E99;
}
.BgClassName
{
background-color: #748E99;
}
</style>
border-color css
<style>
span { border-color: #748E99; }
span { border-color: rgb(116,142,153); }
td.TdClassName
{
border-color: #748E99;
}
.TagClassName
{
border-color: #748E99;
}
</style>