Shades of Davy's Grey #7B997D
Tints of Davy's Grey #7B997D
RGB
CMYK
RGB Variations
Color information
#7B997D (or 0x7B997D) is known color: Davy's Grey. HEX triplet: 7B, 99 and 7D. RGB value is (123,153,125). Sum of RGB (Red+Green+Blue) = 123+153+125=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #7B997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B997D is #846682. Grayscale: #8C8C8C. Windows color (decimal): -8676995 or 8231291. OLE color: 8231291.
HSL color Cylindrical-coordinate representation of color #7B997D: hue angle of 124º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B997D is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 125 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.4 |
| HSL | 124º | 0.13% | 0.54% | - |
| HSV(B) | 124º | 0.2% | 0.6% | - |
| XYZ | 23.26 | 28.47 | 23.67 | - |
| YUV | 140.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 125 | 0.20 | 0 | 0.18 | 0.4 | 124 | 0.13 | 0.54 |
| Hex | 7B | 99 | 7D | 14 | 0 | 12 | 28 | 7C | D | 36 |
| Octal | 173 | 231 | 175 | 24 | 0 | 22 | 50 | 174 | 15 | 66 |
| Binary | 1111011 | 10011001 | 1111101 | 10100 | 0 | 10010 | 101000 | 1111100 | 1101 | 110110 |
Color Harmonies of #7B997D
Complementary color
Monochromatic Colors of #7B997D
Black with #7B997D
Text Example
Text Example
White with #7B997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B997D; }
p { color: rgb(123,153,125); }
H1.HeaderClassName
{
color: #7B997D;
}
.AnyTagClassName
{
color: #7B997D;
}
</style>
background-color css
<style>
a { background-color: #7B997D; }
a { background-color: rgb(123,153,125); }
div.DivClassName
{
background-color: #7B997D;
}
.BgClassName
{
background-color: #7B997D;
}
</style>
border-color css
<style>
span { border-color: #7B997D; }
span { border-color: rgb(123,153,125); }
td.TdClassName
{
border-color: #7B997D;
}
.TagClassName
{
border-color: #7B997D;
}
</style>