Shades of Bermuda Grey #74909D
Tints of Bermuda Grey #74909D
RGB
CMYK
RGB Variations
Color information
#74909D (or 0x74909D) is known color: Bermuda Grey. HEX triplet: 74, 90 and 9D. RGB value is (116,144,157). Sum of RGB (Red+Green+Blue) = 116+144+157=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #74909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74909D is #8B6F62. Grayscale: #898989. Windows color (decimal): -9138019 or 10326132. OLE color: 10326132.
HSL color Cylindrical-coordinate representation of color #74909D: hue angle of 199.02º 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 #74909D is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 144 | 157 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.38 |
| HSL | 199.02º | 0.17% | 0.54% | - |
| HSV(B) | 199.02º | 0.26% | 0.62% | - |
| XYZ | 23.26 | 26.09 | 35.71 | - |
| YUV | 137.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 157 | 0.26 | 0.08 | 0 | 0.38 | 199.02 | 0.17 | 0.54 |
| Hex | 74 | 90 | 9D | 1A | 8 | 0 | 26 | C7 | 11 | 36 |
| Octal | 164 | 220 | 235 | 32 | 10 | 0 | 46 | 307 | 21 | 66 |
| Binary | 1110100 | 10010000 | 10011101 | 11010 | 1000 | 0 | 100110 | 11000111 | 10001 | 110110 |
Color Harmonies of #74909D
Complementary color
Monochromatic Colors of #74909D
Black with #74909D
Text Example
Text Example
White with #74909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74909D; }
p { color: rgb(116,144,157); }
H1.HeaderClassName
{
color: #74909D;
}
.AnyTagClassName
{
color: #74909D;
}
</style>
background-color css
<style>
a { background-color: #74909D; }
a { background-color: rgb(116,144,157); }
div.DivClassName
{
background-color: #74909D;
}
.BgClassName
{
background-color: #74909D;
}
</style>
border-color css
<style>
span { border-color: #74909D; }
span { border-color: rgb(116,144,157); }
td.TdClassName
{
border-color: #74909D;
}
.TagClassName
{
border-color: #74909D;
}
</style>