Shades of Bermuda Grey #74959F
Tints of Bermuda Grey #74959F
RGB
CMYK
RGB Variations
Color information
#74959F (or 0x74959F) is known color: Bermuda Grey. HEX triplet: 74, 95 and 9F. RGB value is (116,149,159). Sum of RGB (Red+Green+Blue) = 116+149+159=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #74959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74959F is #8B6A60. Grayscale: #8C8C8C. Windows color (decimal): -9136737 or 10458484. OLE color: 10458484.
HSL color Cylindrical-coordinate representation of color #74959F: hue angle of 193.95º 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 #74959F is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 149 | 159 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.38 |
| HSL | 193.95º | 0.18% | 0.54% | - |
| HSV(B) | 193.95º | 0.27% | 0.62% | - |
| XYZ | 24.21 | 27.71 | 36.87 | - |
| YUV | 140.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 159 | 0.27 | 0.06 | 0 | 0.38 | 193.95 | 0.18 | 0.54 |
| Hex | 74 | 95 | 9F | 1B | 6 | 0 | 26 | C2 | 12 | 36 |
| Octal | 164 | 225 | 237 | 33 | 6 | 0 | 46 | 302 | 22 | 66 |
| Binary | 1110100 | 10010101 | 10011111 | 11011 | 110 | 0 | 100110 | 11000010 | 10010 | 110110 |
Color Harmonies of #74959F
Complementary color
Monochromatic Colors of #74959F
Black with #74959F
Text Example
Text Example
White with #74959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74959F; }
p { color: rgb(116,149,159); }
H1.HeaderClassName
{
color: #74959F;
}
.AnyTagClassName
{
color: #74959F;
}
</style>
background-color css
<style>
a { background-color: #74959F; }
a { background-color: rgb(116,149,159); }
div.DivClassName
{
background-color: #74959F;
}
.BgClassName
{
background-color: #74959F;
}
</style>
border-color css
<style>
span { border-color: #74959F; }
span { border-color: rgb(116,149,159); }
td.TdClassName
{
border-color: #74959F;
}
.TagClassName
{
border-color: #74959F;
}
</style>