Shades of Bermuda Grey #74919F
Tints of Bermuda Grey #74919F
RGB
CMYK
RGB Variations
Color information
#74919F (or 0x74919F) is known color: Bermuda Grey. HEX triplet: 74, 91 and 9F. RGB value is (116,145,159). Sum of RGB (Red+Green+Blue) = 116+145+159=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #74919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74919F is #8B6E60. Grayscale: #898989. Windows color (decimal): -9137761 or 10457460. OLE color: 10457460.
HSL color Cylindrical-coordinate representation of color #74919F: hue angle of 199.53º 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 #74919F is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 145 | 159 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.38 |
| HSL | 199.53º | 0.18% | 0.54% | - |
| HSV(B) | 199.53º | 0.27% | 0.62% | - |
| XYZ | 23.59 | 26.47 | 36.67 | - |
| YUV | 137.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 159 | 0.27 | 0.09 | 0 | 0.38 | 199.53 | 0.18 | 0.54 |
| Hex | 74 | 91 | 9F | 1B | 9 | 0 | 26 | C8 | 12 | 36 |
| Octal | 164 | 221 | 237 | 33 | 11 | 0 | 46 | 310 | 22 | 66 |
| Binary | 1110100 | 10010001 | 10011111 | 11011 | 1001 | 0 | 100110 | 11001000 | 10010 | 110110 |
Color Harmonies of #74919F
Complementary color
Monochromatic Colors of #74919F
Black with #74919F
Text Example
Text Example
White with #74919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74919F; }
p { color: rgb(116,145,159); }
H1.HeaderClassName
{
color: #74919F;
}
.AnyTagClassName
{
color: #74919F;
}
</style>
background-color css
<style>
a { background-color: #74919F; }
a { background-color: rgb(116,145,159); }
div.DivClassName
{
background-color: #74919F;
}
.BgClassName
{
background-color: #74919F;
}
</style>
border-color css
<style>
span { border-color: #74919F; }
span { border-color: rgb(116,145,159); }
td.TdClassName
{
border-color: #74919F;
}
.TagClassName
{
border-color: #74919F;
}
</style>