Shades of Bermuda Grey #799199
Tints of Bermuda Grey #799199
RGB
CMYK
RGB Variations
Color information
#799199 (or 0x799199) is known color: Bermuda Grey. HEX triplet: 79, 91 and 99. RGB value is (121,145,153). Sum of RGB (Red+Green+Blue) = 121+145+153=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #799199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799199 is #866E66. Grayscale: #8A8A8A. Windows color (decimal): -8810087 or 10064249. OLE color: 10064249.
HSL color Cylindrical-coordinate representation of color #799199: hue angle of 195º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799199 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 145 | 153 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.4 |
| HSL | 195º | 0.14% | 0.54% | - |
| HSV(B) | 195º | 0.21% | 0.6% | - |
| XYZ | 23.76 | 26.62 | 34.02 | - |
| YUV | 138.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 153 | 0.21 | 0.05 | 0 | 0.4 | 195 | 0.14 | 0.54 |
| Hex | 79 | 91 | 99 | 15 | 5 | 0 | 28 | C3 | E | 36 |
| Octal | 171 | 221 | 231 | 25 | 5 | 0 | 50 | 303 | 16 | 66 |
| Binary | 1111001 | 10010001 | 10011001 | 10101 | 101 | 0 | 101000 | 11000011 | 1110 | 110110 |
Color Harmonies of #799199
Complementary color
Monochromatic Colors of #799199
Black with #799199
Text Example
Text Example
White with #799199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799199; }
p { color: rgb(121,145,153); }
H1.HeaderClassName
{
color: #799199;
}
.AnyTagClassName
{
color: #799199;
}
</style>
background-color css
<style>
a { background-color: #799199; }
a { background-color: rgb(121,145,153); }
div.DivClassName
{
background-color: #799199;
}
.BgClassName
{
background-color: #799199;
}
</style>
border-color css
<style>
span { border-color: #799199; }
span { border-color: rgb(121,145,153); }
td.TdClassName
{
border-color: #799199;
}
.TagClassName
{
border-color: #799199;
}
</style>