Shades of Bermuda Grey #7A919F
Tints of Bermuda Grey #7A919F
RGB
CMYK
RGB Variations
Color information
#7A919F (or 0x7A919F) is known color: Bermuda Grey. HEX triplet: 7A, 91 and 9F. RGB value is (122,145,159). Sum of RGB (Red+Green+Blue) = 122+145+159=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A919F is #856E60. Grayscale: #8B8B8B. Windows color (decimal): -8744545 or 10457466. OLE color: 10457466.
HSL color Cylindrical-coordinate representation of color #7A919F: hue angle of 202.7º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A919F is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 145 | 159 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.38 |
| HSL | 202.7º | 0.16% | 0.55% | - |
| HSV(B) | 202.7º | 0.23% | 0.62% | - |
| XYZ | 24.41 | 26.89 | 36.7 | - |
| YUV | 139.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 159 | 0.23 | 0.09 | 0 | 0.38 | 202.7 | 0.16 | 0.55 |
| Hex | 7A | 91 | 9F | 17 | 9 | 0 | 26 | CB | 10 | 37 |
| Octal | 172 | 221 | 237 | 27 | 11 | 0 | 46 | 313 | 20 | 67 |
| Binary | 1111010 | 10010001 | 10011111 | 10111 | 1001 | 0 | 100110 | 11001011 | 10000 | 110111 |
Color Harmonies of #7A919F
Complementary color
Monochromatic Colors of #7A919F
Black with #7A919F
Text Example
Text Example
White with #7A919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A919F; }
p { color: rgb(122,145,159); }
H1.HeaderClassName
{
color: #7A919F;
}
.AnyTagClassName
{
color: #7A919F;
}
</style>
background-color css
<style>
a { background-color: #7A919F; }
a { background-color: rgb(122,145,159); }
div.DivClassName
{
background-color: #7A919F;
}
.BgClassName
{
background-color: #7A919F;
}
</style>
border-color css
<style>
span { border-color: #7A919F; }
span { border-color: rgb(122,145,159); }
td.TdClassName
{
border-color: #7A919F;
}
.TagClassName
{
border-color: #7A919F;
}
</style>