Shades of Bermuda Grey #748C97
Tints of Bermuda Grey #748C97
RGB
CMYK
RGB Variations
Color information
#748C97 (or 0x748C97) is known color: Bermuda Grey. HEX triplet: 74, 8C and 97. RGB value is (116,140,151). Sum of RGB (Red+Green+Blue) = 116+140+151=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #748C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C97 is #8B7368. Grayscale: #868686. Windows color (decimal): -9139049 or 9931892. OLE color: 9931892.
HSL color Cylindrical-coordinate representation of color #748C97: hue angle of 198.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748C97 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 140 | 151 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.41 |
| HSL | 198.86º | 0.14% | 0.52% | - |
| HSV(B) | 198.86º | 0.23% | 0.59% | - |
| XYZ | 22.17 | 24.7 | 32.88 | - |
| YUV | 134.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 151 | 0.23 | 0.07 | 0 | 0.41 | 198.86 | 0.14 | 0.52 |
| Hex | 74 | 8C | 97 | 17 | 7 | 0 | 29 | C7 | E | 34 |
| Octal | 164 | 214 | 227 | 27 | 7 | 0 | 51 | 307 | 16 | 64 |
| Binary | 1110100 | 10001100 | 10010111 | 10111 | 111 | 0 | 101001 | 11000111 | 1110 | 110100 |
Color Harmonies of #748C97
Complementary color
Monochromatic Colors of #748C97
Black with #748C97
Text Example
Text Example
White with #748C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C97; }
p { color: rgb(116,140,151); }
H1.HeaderClassName
{
color: #748C97;
}
.AnyTagClassName
{
color: #748C97;
}
</style>
background-color css
<style>
a { background-color: #748C97; }
a { background-color: rgb(116,140,151); }
div.DivClassName
{
background-color: #748C97;
}
.BgClassName
{
background-color: #748C97;
}
</style>
border-color css
<style>
span { border-color: #748C97; }
span { border-color: rgb(116,140,151); }
td.TdClassName
{
border-color: #748C97;
}
.TagClassName
{
border-color: #748C97;
}
</style>