Shades of Bermuda Grey #7D929F
Tints of Bermuda Grey #7D929F
RGB
CMYK
RGB Variations
Color information
#7D929F (or 0x7D929F) is known color: Bermuda Grey. HEX triplet: 7D, 92 and 9F. RGB value is (125,146,159). Sum of RGB (Red+Green+Blue) = 125+146+159=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D929F is #826D60. Grayscale: #8D8D8D. Windows color (decimal): -8547681 or 10457725. OLE color: 10457725.
HSL color Cylindrical-coordinate representation of color #7D929F: hue angle of 202.94º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D929F is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 146 | 159 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.38 |
| HSL | 202.94º | 0.15% | 0.56% | - |
| HSV(B) | 202.94º | 0.21% | 0.62% | - |
| XYZ | 24.99 | 27.42 | 36.78 | - |
| YUV | 141.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 159 | 0.21 | 0.08 | 0 | 0.38 | 202.94 | 0.15 | 0.56 |
| Hex | 7D | 92 | 9F | 15 | 8 | 0 | 26 | CB | F | 38 |
| Octal | 175 | 222 | 237 | 25 | 10 | 0 | 46 | 313 | 17 | 70 |
| Binary | 1111101 | 10010010 | 10011111 | 10101 | 1000 | 0 | 100110 | 11001011 | 1111 | 111000 |
Color Harmonies of #7D929F
Complementary color
Monochromatic Colors of #7D929F
Black with #7D929F
Text Example
Text Example
White with #7D929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D929F; }
p { color: rgb(125,146,159); }
H1.HeaderClassName
{
color: #7D929F;
}
.AnyTagClassName
{
color: #7D929F;
}
</style>
background-color css
<style>
a { background-color: #7D929F; }
a { background-color: rgb(125,146,159); }
div.DivClassName
{
background-color: #7D929F;
}
.BgClassName
{
background-color: #7D929F;
}
</style>
border-color css
<style>
span { border-color: #7D929F; }
span { border-color: rgb(125,146,159); }
td.TdClassName
{
border-color: #7D929F;
}
.TagClassName
{
border-color: #7D929F;
}
</style>