Shades of Bermuda Grey #7A939C
Tints of Bermuda Grey #7A939C
RGB
CMYK
RGB Variations
Color information
#7A939C (or 0x7A939C) is known color: Bermuda Grey. HEX triplet: 7A, 93 and 9C. RGB value is (122,147,156). Sum of RGB (Red+Green+Blue) = 122+147+156=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A939C is #856C63. Grayscale: #8C8C8C. Windows color (decimal): -8744036 or 10261370. OLE color: 10261370.
HSL color Cylindrical-coordinate representation of color #7A939C: hue angle of 195.88º 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 #7A939C is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 147 | 156 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.39 |
| HSL | 195.88º | 0.15% | 0.55% | - |
| HSV(B) | 195.88º | 0.22% | 0.61% | - |
| XYZ | 24.46 | 27.41 | 35.45 | - |
| YUV | 140.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 156 | 0.22 | 0.06 | 0 | 0.39 | 195.88 | 0.15 | 0.55 |
| Hex | 7A | 93 | 9C | 16 | 6 | 0 | 27 | C4 | F | 37 |
| Octal | 172 | 223 | 234 | 26 | 6 | 0 | 47 | 304 | 17 | 67 |
| Binary | 1111010 | 10010011 | 10011100 | 10110 | 110 | 0 | 100111 | 11000100 | 1111 | 110111 |
Color Harmonies of #7A939C
Complementary color
Monochromatic Colors of #7A939C
Black with #7A939C
Text Example
Text Example
White with #7A939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A939C; }
p { color: rgb(122,147,156); }
H1.HeaderClassName
{
color: #7A939C;
}
.AnyTagClassName
{
color: #7A939C;
}
</style>
background-color css
<style>
a { background-color: #7A939C; }
a { background-color: rgb(122,147,156); }
div.DivClassName
{
background-color: #7A939C;
}
.BgClassName
{
background-color: #7A939C;
}
</style>
border-color css
<style>
span { border-color: #7A939C; }
span { border-color: rgb(122,147,156); }
td.TdClassName
{
border-color: #7A939C;
}
.TagClassName
{
border-color: #7A939C;
}
</style>