Shades of Davy's Grey #7B957D
Tints of Davy's Grey #7B957D
RGB
CMYK
RGB Variations
Color information
#7B957D (or 0x7B957D) is known color: Davy's Grey. HEX triplet: 7B, 95 and 7D. RGB value is (123,149,125). Sum of RGB (Red+Green+Blue) = 123+149+125=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #7B957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B957D is #846A82. Grayscale: #8A8A8A. Windows color (decimal): -8678019 or 8230267. OLE color: 8230267.
HSL color Cylindrical-coordinate representation of color #7B957D: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B957D is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 125 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.42 |
| HSL | 124.62º | 0.11% | 0.53% | - |
| HSV(B) | 124.62º | 0.17% | 0.58% | - |
| XYZ | 22.62 | 27.19 | 23.46 | - |
| YUV | 138.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 125 | 0.17 | 0 | 0.16 | 0.42 | 124.62 | 0.11 | 0.53 |
| Hex | 7B | 95 | 7D | 11 | 0 | 10 | 2A | 7D | B | 35 |
| Octal | 173 | 225 | 175 | 21 | 0 | 20 | 52 | 175 | 13 | 65 |
| Binary | 1111011 | 10010101 | 1111101 | 10001 | 0 | 10000 | 101010 | 1111101 | 1011 | 110101 |
Color Harmonies of #7B957D
Complementary color
Monochromatic Colors of #7B957D
Black with #7B957D
Text Example
Text Example
White with #7B957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B957D; }
p { color: rgb(123,149,125); }
H1.HeaderClassName
{
color: #7B957D;
}
.AnyTagClassName
{
color: #7B957D;
}
</style>
background-color css
<style>
a { background-color: #7B957D; }
a { background-color: rgb(123,149,125); }
div.DivClassName
{
background-color: #7B957D;
}
.BgClassName
{
background-color: #7B957D;
}
</style>
border-color css
<style>
span { border-color: #7B957D; }
span { border-color: rgb(123,149,125); }
td.TdClassName
{
border-color: #7B957D;
}
.TagClassName
{
border-color: #7B957D;
}
</style>