Shades of Bermuda Grey #7A929C
Tints of Bermuda Grey #7A929C
RGB
CMYK
RGB Variations
Color information
#7A929C (or 0x7A929C) is known color: Bermuda Grey. HEX triplet: 7A, 92 and 9C. RGB value is (122,146,156). Sum of RGB (Red+Green+Blue) = 122+146+156=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A929C is #856D63. Grayscale: #8B8B8B. Windows color (decimal): -8744292 or 10261114. OLE color: 10261114.
HSL color Cylindrical-coordinate representation of color #7A929C: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A929C is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 146 | 156 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.39 |
| HSL | 197.65º | 0.15% | 0.55% | - |
| HSV(B) | 197.65º | 0.22% | 0.61% | - |
| XYZ | 24.31 | 27.1 | 35.4 | - |
| YUV | 139.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 156 | 0.22 | 0.06 | 0 | 0.39 | 197.65 | 0.15 | 0.55 |
| Hex | 7A | 92 | 9C | 16 | 6 | 0 | 27 | C6 | F | 37 |
| Octal | 172 | 222 | 234 | 26 | 6 | 0 | 47 | 306 | 17 | 67 |
| Binary | 1111010 | 10010010 | 10011100 | 10110 | 110 | 0 | 100111 | 11000110 | 1111 | 110111 |
Color Harmonies of #7A929C
Complementary color
Monochromatic Colors of #7A929C
Black with #7A929C
Text Example
Text Example
White with #7A929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A929C; }
p { color: rgb(122,146,156); }
H1.HeaderClassName
{
color: #7A929C;
}
.AnyTagClassName
{
color: #7A929C;
}
</style>
background-color css
<style>
a { background-color: #7A929C; }
a { background-color: rgb(122,146,156); }
div.DivClassName
{
background-color: #7A929C;
}
.BgClassName
{
background-color: #7A929C;
}
</style>
border-color css
<style>
span { border-color: #7A929C; }
span { border-color: rgb(122,146,156); }
td.TdClassName
{
border-color: #7A929C;
}
.TagClassName
{
border-color: #7A929C;
}
</style>