Shades of Bermuda Grey #7B9199
Tints of Bermuda Grey #7B9199
RGB
CMYK
RGB Variations
Color information
#7B9199 (or 0x7B9199) is known color: Bermuda Grey. HEX triplet: 7B, 91 and 99. RGB value is (123,145,153). Sum of RGB (Red+Green+Blue) = 123+145+153=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B9199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9199 is #846E66. Grayscale: #8B8B8B. Windows color (decimal): -8679015 or 10064251. OLE color: 10064251.
HSL color Cylindrical-coordinate representation of color #7B9199: hue angle of 196º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B9199 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 145 | 153 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.4 |
| HSL | 196º | 0.13% | 0.54% | - |
| HSV(B) | 196º | 0.2% | 0.6% | - |
| XYZ | 24.04 | 26.76 | 34.04 | - |
| YUV | 139.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 153 | 0.20 | 0.05 | 0 | 0.4 | 196 | 0.13 | 0.54 |
| Hex | 7B | 91 | 99 | 14 | 5 | 0 | 28 | C4 | D | 36 |
| Octal | 173 | 221 | 231 | 24 | 5 | 0 | 50 | 304 | 15 | 66 |
| Binary | 1111011 | 10010001 | 10011001 | 10100 | 101 | 0 | 101000 | 11000100 | 1101 | 110110 |
Color Harmonies of #7B9199
Complementary color
Monochromatic Colors of #7B9199
Black with #7B9199
Text Example
Text Example
White with #7B9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9199; }
p { color: rgb(123,145,153); }
H1.HeaderClassName
{
color: #7B9199;
}
.AnyTagClassName
{
color: #7B9199;
}
</style>
background-color css
<style>
a { background-color: #7B9199; }
a { background-color: rgb(123,145,153); }
div.DivClassName
{
background-color: #7B9199;
}
.BgClassName
{
background-color: #7B9199;
}
</style>
border-color css
<style>
span { border-color: #7B9199; }
span { border-color: rgb(123,145,153); }
td.TdClassName
{
border-color: #7B9199;
}
.TagClassName
{
border-color: #7B9199;
}
</style>