Shades of Bermuda Grey #74979F
Tints of Bermuda Grey #74979F
RGB
CMYK
RGB Variations
Color information
#74979F (or 0x74979F) is known color: Bermuda Grey. HEX triplet: 74, 97 and 9F. RGB value is (116,151,159). Sum of RGB (Red+Green+Blue) = 116+151+159=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #74979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74979F is #8B6860. Grayscale: #8D8D8D. Windows color (decimal): -9136225 or 10458996. OLE color: 10458996.
HSL color Cylindrical-coordinate representation of color #74979F: hue angle of 191.16º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74979F is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 151 | 159 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.38 |
| HSL | 191.16º | 0.18% | 0.54% | - |
| HSV(B) | 191.16º | 0.27% | 0.62% | - |
| XYZ | 24.53 | 28.35 | 36.98 | - |
| YUV | 141.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 159 | 0.27 | 0.05 | 0 | 0.38 | 191.16 | 0.18 | 0.54 |
| Hex | 74 | 97 | 9F | 1B | 5 | 0 | 26 | BF | 12 | 36 |
| Octal | 164 | 227 | 237 | 33 | 5 | 0 | 46 | 277 | 22 | 66 |
| Binary | 1110100 | 10010111 | 10011111 | 11011 | 101 | 0 | 100110 | 10111111 | 10010 | 110110 |
Color Harmonies of #74979F
Complementary color
Monochromatic Colors of #74979F
Black with #74979F
Text Example
Text Example
White with #74979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74979F; }
p { color: rgb(116,151,159); }
H1.HeaderClassName
{
color: #74979F;
}
.AnyTagClassName
{
color: #74979F;
}
</style>
background-color css
<style>
a { background-color: #74979F; }
a { background-color: rgb(116,151,159); }
div.DivClassName
{
background-color: #74979F;
}
.BgClassName
{
background-color: #74979F;
}
</style>
border-color css
<style>
span { border-color: #74979F; }
span { border-color: rgb(116,151,159); }
td.TdClassName
{
border-color: #74979F;
}
.TagClassName
{
border-color: #74979F;
}
</style>