Shades of Davy's Grey #7B947B
Tints of Davy's Grey #7B947B
RGB
CMYK
RGB Variations
Color information
#7B947B (or 0x7B947B) is known color: Davy's Grey. HEX triplet: 7B, 94 and 7B. RGB value is (123,148,123). Sum of RGB (Red+Green+Blue) = 123+148+123=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #7B947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B947B is #846B84. Grayscale: #898989. Windows color (decimal): -8678277 or 8098939. OLE color: 8098939.
HSL color Cylindrical-coordinate representation of color #7B947B: hue angle of 120º degrees, saturation: 0.1, 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 #7B947B is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 123 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.42 |
| HSL | 120º | 0.1% | 0.53% | - |
| HSV(B) | 120º | 0.17% | 0.58% | - |
| XYZ | 22.33 | 26.82 | 22.74 | - |
| YUV | 137.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 123 | 0.17 | 0 | 0.17 | 0.42 | 120 | 0.1 | 0.53 |
| Hex | 7B | 94 | 7B | 11 | 0 | 11 | 2A | 78 | A | 35 |
| Octal | 173 | 224 | 173 | 21 | 0 | 21 | 52 | 170 | 12 | 65 |
| Binary | 1111011 | 10010100 | 1111011 | 10001 | 0 | 10001 | 101010 | 1111000 | 1010 | 110101 |
Color Harmonies of #7B947B
Complementary color
Monochromatic Colors of #7B947B
Black with #7B947B
Text Example
Text Example
White with #7B947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B947B; }
p { color: rgb(123,148,123); }
H1.HeaderClassName
{
color: #7B947B;
}
.AnyTagClassName
{
color: #7B947B;
}
</style>
background-color css
<style>
a { background-color: #7B947B; }
a { background-color: rgb(123,148,123); }
div.DivClassName
{
background-color: #7B947B;
}
.BgClassName
{
background-color: #7B947B;
}
</style>
border-color css
<style>
span { border-color: #7B947B; }
span { border-color: rgb(123,148,123); }
td.TdClassName
{
border-color: #7B947B;
}
.TagClassName
{
border-color: #7B947B;
}
</style>