Shades of Bermuda Grey #7E929C
Tints of Bermuda Grey #7E929C
RGB
CMYK
RGB Variations
Color information
#7E929C (or 0x7E929C) is known color: Bermuda Grey. HEX triplet: 7E, 92 and 9C. RGB value is (126,146,156). Sum of RGB (Red+Green+Blue) = 126+146+156=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E929C is #816D63. Grayscale: #8D8D8D. Windows color (decimal): -8482148 or 10261118. OLE color: 10261118.
HSL color Cylindrical-coordinate representation of color #7E929C: hue angle of 200º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E929C is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 146 | 156 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.39 |
| HSL | 200º | 0.13% | 0.55% | - |
| HSV(B) | 200º | 0.19% | 0.61% | - |
| XYZ | 24.88 | 27.39 | 35.43 | - |
| YUV | 141.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 156 | 0.19 | 0.06 | 0 | 0.39 | 200 | 0.13 | 0.55 |
| Hex | 7E | 92 | 9C | 13 | 6 | 0 | 27 | C8 | D | 37 |
| Octal | 176 | 222 | 234 | 23 | 6 | 0 | 47 | 310 | 15 | 67 |
| Binary | 1111110 | 10010010 | 10011100 | 10011 | 110 | 0 | 100111 | 11001000 | 1101 | 110111 |
Color Harmonies of #7E929C
Complementary color
Monochromatic Colors of #7E929C
Black with #7E929C
Text Example
Text Example
White with #7E929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E929C; }
p { color: rgb(126,146,156); }
H1.HeaderClassName
{
color: #7E929C;
}
.AnyTagClassName
{
color: #7E929C;
}
</style>
background-color css
<style>
a { background-color: #7E929C; }
a { background-color: rgb(126,146,156); }
div.DivClassName
{
background-color: #7E929C;
}
.BgClassName
{
background-color: #7E929C;
}
</style>
border-color css
<style>
span { border-color: #7E929C; }
span { border-color: rgb(126,146,156); }
td.TdClassName
{
border-color: #7E929C;
}
.TagClassName
{
border-color: #7E929C;
}
</style>