Shades of Bermuda Grey #7A919C
Tints of Bermuda Grey #7A919C
RGB
CMYK
RGB Variations
Color information
#7A919C (or 0x7A919C) is known color: Bermuda Grey. HEX triplet: 7A, 91 and 9C. RGB value is (122,145,156). Sum of RGB (Red+Green+Blue) = 122+145+156=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A919C is #856E63. Grayscale: #8B8B8B. Windows color (decimal): -8744548 or 10260858. OLE color: 10260858.
HSL color Cylindrical-coordinate representation of color #7A919C: hue angle of 199.41º 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 #7A919C is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 145 | 156 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.39 |
| HSL | 199.41º | 0.15% | 0.55% | - |
| HSV(B) | 199.41º | 0.22% | 0.61% | - |
| XYZ | 24.15 | 26.79 | 35.35 | - |
| YUV | 139.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 156 | 0.22 | 0.07 | 0 | 0.39 | 199.41 | 0.15 | 0.55 |
| Hex | 7A | 91 | 9C | 16 | 7 | 0 | 27 | C7 | F | 37 |
| Octal | 172 | 221 | 234 | 26 | 7 | 0 | 47 | 307 | 17 | 67 |
| Binary | 1111010 | 10010001 | 10011100 | 10110 | 111 | 0 | 100111 | 11000111 | 1111 | 110111 |
Color Harmonies of #7A919C
Complementary color
Monochromatic Colors of #7A919C
Black with #7A919C
Text Example
Text Example
White with #7A919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A919C; }
p { color: rgb(122,145,156); }
H1.HeaderClassName
{
color: #7A919C;
}
.AnyTagClassName
{
color: #7A919C;
}
</style>
background-color css
<style>
a { background-color: #7A919C; }
a { background-color: rgb(122,145,156); }
div.DivClassName
{
background-color: #7A919C;
}
.BgClassName
{
background-color: #7A919C;
}
</style>
border-color css
<style>
span { border-color: #7A919C; }
span { border-color: rgb(122,145,156); }
td.TdClassName
{
border-color: #7A919C;
}
.TagClassName
{
border-color: #7A919C;
}
</style>