Shades of Bermuda Grey #74939B
Tints of Bermuda Grey #74939B
RGB
CMYK
RGB Variations
Color information
#74939B (or 0x74939B) is known color: Bermuda Grey. HEX triplet: 74, 93 and 9B. RGB value is (116,147,155). Sum of RGB (Red+Green+Blue) = 116+147+155=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #74939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74939B is #8B6C64. Grayscale: #8A8A8A. Windows color (decimal): -9137253 or 10195828. OLE color: 10195828.
HSL color Cylindrical-coordinate representation of color #74939B: hue angle of 192.31º 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 #74939B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 147 | 155 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.39 |
| HSL | 192.31º | 0.16% | 0.53% | - |
| HSV(B) | 192.31º | 0.25% | 0.61% | - |
| XYZ | 23.55 | 26.95 | 34.97 | - |
| YUV | 138.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 155 | 0.25 | 0.05 | 0 | 0.39 | 192.31 | 0.16 | 0.53 |
| Hex | 74 | 93 | 9B | 19 | 5 | 0 | 27 | C0 | 10 | 35 |
| Octal | 164 | 223 | 233 | 31 | 5 | 0 | 47 | 300 | 20 | 65 |
| Binary | 1110100 | 10010011 | 10011011 | 11001 | 101 | 0 | 100111 | 11000000 | 10000 | 110101 |
Color Harmonies of #74939B
Complementary color
Monochromatic Colors of #74939B
Black with #74939B
Text Example
Text Example
White with #74939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74939B; }
p { color: rgb(116,147,155); }
H1.HeaderClassName
{
color: #74939B;
}
.AnyTagClassName
{
color: #74939B;
}
</style>
background-color css
<style>
a { background-color: #74939B; }
a { background-color: rgb(116,147,155); }
div.DivClassName
{
background-color: #74939B;
}
.BgClassName
{
background-color: #74939B;
}
</style>
border-color css
<style>
span { border-color: #74939B; }
span { border-color: rgb(116,147,155); }
td.TdClassName
{
border-color: #74939B;
}
.TagClassName
{
border-color: #74939B;
}
</style>