Shades of Bermuda Grey #74969E
Tints of Bermuda Grey #74969E
RGB
CMYK
RGB Variations
Color information
#74969E (or 0x74969E) is known color: Bermuda Grey. HEX triplet: 74, 96 and 9E. RGB value is (116,150,158). Sum of RGB (Red+Green+Blue) = 116+150+158=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #74969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74969E is #8B6961. Grayscale: #8C8C8C. Windows color (decimal): -9136482 or 10393204. OLE color: 10393204.
HSL color Cylindrical-coordinate representation of color #74969E: hue angle of 191.43º 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 #74969E is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 150 | 158 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.38 |
| HSL | 191.43º | 0.18% | 0.54% | - |
| HSV(B) | 191.43º | 0.27% | 0.62% | - |
| XYZ | 24.28 | 27.99 | 36.47 | - |
| YUV | 140.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 158 | 0.27 | 0.05 | 0 | 0.38 | 191.43 | 0.18 | 0.54 |
| Hex | 74 | 96 | 9E | 1B | 5 | 0 | 26 | BF | 12 | 36 |
| Octal | 164 | 226 | 236 | 33 | 5 | 0 | 46 | 277 | 22 | 66 |
| Binary | 1110100 | 10010110 | 10011110 | 11011 | 101 | 0 | 100110 | 10111111 | 10010 | 110110 |
Color Harmonies of #74969E
Complementary color
Monochromatic Colors of #74969E
Black with #74969E
Text Example
Text Example
White with #74969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74969E; }
p { color: rgb(116,150,158); }
H1.HeaderClassName
{
color: #74969E;
}
.AnyTagClassName
{
color: #74969E;
}
</style>
background-color css
<style>
a { background-color: #74969E; }
a { background-color: rgb(116,150,158); }
div.DivClassName
{
background-color: #74969E;
}
.BgClassName
{
background-color: #74969E;
}
</style>
border-color css
<style>
span { border-color: #74969E; }
span { border-color: rgb(116,150,158); }
td.TdClassName
{
border-color: #74969E;
}
.TagClassName
{
border-color: #74969E;
}
</style>