Shades of Bermuda Grey #748E98
Tints of Bermuda Grey #748E98
RGB
CMYK
RGB Variations
Color information
#748E98 (or 0x748E98) is known color: Bermuda Grey. HEX triplet: 74, 8E and 98. RGB value is (116,142,152). Sum of RGB (Red+Green+Blue) = 116+142+152=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #748E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E98 is #8B7167. Grayscale: #878787. Windows color (decimal): -9138536 or 9997940. OLE color: 9997940.
HSL color Cylindrical-coordinate representation of color #748E98: hue angle of 196.67º 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 #748E98 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 142 | 152 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.40 |
| HSL | 196.67º | 0.15% | 0.53% | - |
| HSV(B) | 196.67º | 0.24% | 0.6% | - |
| XYZ | 22.54 | 25.33 | 33.41 | - |
| YUV | 135.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 152 | 0.24 | 0.07 | 0 | 0.40 | 196.67 | 0.15 | 0.53 |
| Hex | 74 | 8E | 98 | 18 | 7 | 0 | 28 | C5 | F | 35 |
| Octal | 164 | 216 | 230 | 30 | 7 | 0 | 50 | 305 | 17 | 65 |
| Binary | 1110100 | 10001110 | 10011000 | 11000 | 111 | 0 | 101000 | 11000101 | 1111 | 110101 |
Color Harmonies of #748E98
Complementary color
Monochromatic Colors of #748E98
Black with #748E98
Text Example
Text Example
White with #748E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E98; }
p { color: rgb(116,142,152); }
H1.HeaderClassName
{
color: #748E98;
}
.AnyTagClassName
{
color: #748E98;
}
</style>
background-color css
<style>
a { background-color: #748E98; }
a { background-color: rgb(116,142,152); }
div.DivClassName
{
background-color: #748E98;
}
.BgClassName
{
background-color: #748E98;
}
</style>
border-color css
<style>
span { border-color: #748E98; }
span { border-color: rgb(116,142,152); }
td.TdClassName
{
border-color: #748E98;
}
.TagClassName
{
border-color: #748E98;
}
</style>