Shades of Bermuda Grey #7D919D
Tints of Bermuda Grey #7D919D
RGB
CMYK
RGB Variations
Color information
#7D919D (or 0x7D919D) is known color: Bermuda Grey. HEX triplet: 7D, 91 and 9D. RGB value is (125,145,157). Sum of RGB (Red+Green+Blue) = 125+145+157=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D919D is #826E62. Grayscale: #8C8C8C. Windows color (decimal): -8547939 or 10326397. OLE color: 10326397.
HSL color Cylindrical-coordinate representation of color #7D919D: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D919D is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 145 | 157 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.38 |
| HSL | 202.5º | 0.14% | 0.55% | - |
| HSV(B) | 202.5º | 0.2% | 0.62% | - |
| XYZ | 24.67 | 27.05 | 35.82 | - |
| YUV | 140.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 157 | 0.20 | 0.08 | 0 | 0.38 | 202.5 | 0.14 | 0.55 |
| Hex | 7D | 91 | 9D | 14 | 8 | 0 | 26 | CA | E | 37 |
| Octal | 175 | 221 | 235 | 24 | 10 | 0 | 46 | 312 | 16 | 67 |
| Binary | 1111101 | 10010001 | 10011101 | 10100 | 1000 | 0 | 100110 | 11001010 | 1110 | 110111 |
Color Harmonies of #7D919D
Complementary color
Monochromatic Colors of #7D919D
Black with #7D919D
Text Example
Text Example
White with #7D919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D919D; }
p { color: rgb(125,145,157); }
H1.HeaderClassName
{
color: #7D919D;
}
.AnyTagClassName
{
color: #7D919D;
}
</style>
background-color css
<style>
a { background-color: #7D919D; }
a { background-color: rgb(125,145,157); }
div.DivClassName
{
background-color: #7D919D;
}
.BgClassName
{
background-color: #7D919D;
}
</style>
border-color css
<style>
span { border-color: #7D919D; }
span { border-color: rgb(125,145,157); }
td.TdClassName
{
border-color: #7D919D;
}
.TagClassName
{
border-color: #7D919D;
}
</style>