Shades of Bermuda Grey #7B919A
Tints of Bermuda Grey #7B919A
RGB
CMYK
RGB Variations
Color information
#7B919A (or 0x7B919A) is known color: Bermuda Grey. HEX triplet: 7B, 91 and 9A. RGB value is (123,145,154). Sum of RGB (Red+Green+Blue) = 123+145+154=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B919A is #846E65. Grayscale: #8B8B8B. Windows color (decimal): -8679014 or 10129787. OLE color: 10129787.
HSL color Cylindrical-coordinate representation of color #7B919A: hue angle of 197.42º 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 #7B919A is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 145 | 154 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.40 |
| HSL | 197.42º | 0.13% | 0.54% | - |
| HSV(B) | 197.42º | 0.2% | 0.6% | - |
| XYZ | 24.13 | 26.79 | 34.47 | - |
| YUV | 139.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 154 | 0.20 | 0.06 | 0 | 0.40 | 197.42 | 0.13 | 0.54 |
| Hex | 7B | 91 | 9A | 14 | 6 | 0 | 28 | C5 | D | 36 |
| Octal | 173 | 221 | 232 | 24 | 6 | 0 | 50 | 305 | 15 | 66 |
| Binary | 1111011 | 10010001 | 10011010 | 10100 | 110 | 0 | 101000 | 11000101 | 1101 | 110110 |
Color Harmonies of #7B919A
Complementary color
Monochromatic Colors of #7B919A
Black with #7B919A
Text Example
Text Example
White with #7B919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B919A; }
p { color: rgb(123,145,154); }
H1.HeaderClassName
{
color: #7B919A;
}
.AnyTagClassName
{
color: #7B919A;
}
</style>
background-color css
<style>
a { background-color: #7B919A; }
a { background-color: rgb(123,145,154); }
div.DivClassName
{
background-color: #7B919A;
}
.BgClassName
{
background-color: #7B919A;
}
</style>
border-color css
<style>
span { border-color: #7B919A; }
span { border-color: rgb(123,145,154); }
td.TdClassName
{
border-color: #7B919A;
}
.TagClassName
{
border-color: #7B919A;
}
</style>