Shades of Bermuda Grey #74959D
Tints of Bermuda Grey #74959D
RGB
CMYK
RGB Variations
Color information
#74959D (or 0x74959D) is known color: Bermuda Grey. HEX triplet: 74, 95 and 9D. RGB value is (116,149,157). Sum of RGB (Red+Green+Blue) = 116+149+157=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #74959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74959D is #8B6A62. Grayscale: #8B8B8B. Windows color (decimal): -9136739 or 10327412. OLE color: 10327412.
HSL color Cylindrical-coordinate representation of color #74959D: hue angle of 191.71º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74959D is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 149 | 157 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.38 |
| HSL | 191.71º | 0.17% | 0.54% | - |
| HSV(B) | 191.71º | 0.26% | 0.62% | - |
| XYZ | 24.04 | 27.64 | 35.97 | - |
| YUV | 140.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 157 | 0.26 | 0.05 | 0 | 0.38 | 191.71 | 0.17 | 0.54 |
| Hex | 74 | 95 | 9D | 1A | 5 | 0 | 26 | C0 | 11 | 36 |
| Octal | 164 | 225 | 235 | 32 | 5 | 0 | 46 | 300 | 21 | 66 |
| Binary | 1110100 | 10010101 | 10011101 | 11010 | 101 | 0 | 100110 | 11000000 | 10001 | 110110 |
Color Harmonies of #74959D
Complementary color
Monochromatic Colors of #74959D
Black with #74959D
Text Example
Text Example
White with #74959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74959D; }
p { color: rgb(116,149,157); }
H1.HeaderClassName
{
color: #74959D;
}
.AnyTagClassName
{
color: #74959D;
}
</style>
background-color css
<style>
a { background-color: #74959D; }
a { background-color: rgb(116,149,157); }
div.DivClassName
{
background-color: #74959D;
}
.BgClassName
{
background-color: #74959D;
}
</style>
border-color css
<style>
span { border-color: #74959D; }
span { border-color: rgb(116,149,157); }
td.TdClassName
{
border-color: #74959D;
}
.TagClassName
{
border-color: #74959D;
}
</style>