Shades of Bermuda Grey #74909B
Tints of Bermuda Grey #74909B
RGB
CMYK
RGB Variations
Color information
#74909B (or 0x74909B) is known color: Bermuda Grey. HEX triplet: 74, 90 and 9B. RGB value is (116,144,155). Sum of RGB (Red+Green+Blue) = 116+144+155=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #74909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74909B is #8B6F64. Grayscale: #888888. Windows color (decimal): -9138021 or 10195060. OLE color: 10195060.
HSL color Cylindrical-coordinate representation of color #74909B: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74909B is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 144 | 155 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.39 |
| HSL | 196.92º | 0.16% | 0.53% | - |
| HSV(B) | 196.92º | 0.25% | 0.61% | - |
| XYZ | 23.09 | 26.03 | 34.82 | - |
| YUV | 136.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 155 | 0.25 | 0.07 | 0 | 0.39 | 196.92 | 0.16 | 0.53 |
| Hex | 74 | 90 | 9B | 19 | 7 | 0 | 27 | C5 | 10 | 35 |
| Octal | 164 | 220 | 233 | 31 | 7 | 0 | 47 | 305 | 20 | 65 |
| Binary | 1110100 | 10010000 | 10011011 | 11001 | 111 | 0 | 100111 | 11000101 | 10000 | 110101 |
Color Harmonies of #74909B
Complementary color
Monochromatic Colors of #74909B
Black with #74909B
Text Example
Text Example
White with #74909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74909B; }
p { color: rgb(116,144,155); }
H1.HeaderClassName
{
color: #74909B;
}
.AnyTagClassName
{
color: #74909B;
}
</style>
background-color css
<style>
a { background-color: #74909B; }
a { background-color: rgb(116,144,155); }
div.DivClassName
{
background-color: #74909B;
}
.BgClassName
{
background-color: #74909B;
}
</style>
border-color css
<style>
span { border-color: #74909B; }
span { border-color: rgb(116,144,155); }
td.TdClassName
{
border-color: #74909B;
}
.TagClassName
{
border-color: #74909B;
}
</style>