Shades of Bermuda Grey #74919D
Tints of Bermuda Grey #74919D
RGB
CMYK
RGB Variations
Color information
#74919D (or 0x74919D) is known color: Bermuda Grey. HEX triplet: 74, 91 and 9D. RGB value is (116,145,157). Sum of RGB (Red+Green+Blue) = 116+145+157=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #74919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74919D is #8B6E62. Grayscale: #898989. Windows color (decimal): -9137763 or 10326388. OLE color: 10326388.
HSL color Cylindrical-coordinate representation of color #74919D: hue angle of 197.56º 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 #74919D is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 145 | 157 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.38 |
| HSL | 197.56º | 0.17% | 0.54% | - |
| HSV(B) | 197.56º | 0.26% | 0.62% | - |
| XYZ | 23.41 | 26.4 | 35.76 | - |
| YUV | 137.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 157 | 0.26 | 0.08 | 0 | 0.38 | 197.56 | 0.17 | 0.54 |
| Hex | 74 | 91 | 9D | 1A | 8 | 0 | 26 | C6 | 11 | 36 |
| Octal | 164 | 221 | 235 | 32 | 10 | 0 | 46 | 306 | 21 | 66 |
| Binary | 1110100 | 10010001 | 10011101 | 11010 | 1000 | 0 | 100110 | 11000110 | 10001 | 110110 |
Color Harmonies of #74919D
Complementary color
Monochromatic Colors of #74919D
Black with #74919D
Text Example
Text Example
White with #74919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74919D; }
p { color: rgb(116,145,157); }
H1.HeaderClassName
{
color: #74919D;
}
.AnyTagClassName
{
color: #74919D;
}
</style>
background-color css
<style>
a { background-color: #74919D; }
a { background-color: rgb(116,145,157); }
div.DivClassName
{
background-color: #74919D;
}
.BgClassName
{
background-color: #74919D;
}
</style>
border-color css
<style>
span { border-color: #74919D; }
span { border-color: rgb(116,145,157); }
td.TdClassName
{
border-color: #74919D;
}
.TagClassName
{
border-color: #74919D;
}
</style>