Shades of Davy's Grey #7B927A
Tints of Davy's Grey #7B927A
RGB
CMYK
RGB Variations
Color information
#7B927A (or 0x7B927A) is known color: Davy's Grey. HEX triplet: 7B, 92 and 7A. RGB value is (123,146,122). Sum of RGB (Red+Green+Blue) = 123+146+122=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #7B927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B927A is #846D85. Grayscale: #888888. Windows color (decimal): -8678790 or 8032891. OLE color: 8032891.
HSL color Cylindrical-coordinate representation of color #7B927A: hue angle of 117.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B927A is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 122 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.43 |
| HSL | 117.5º | 0.1% | 0.53% | - |
| HSV(B) | 117.5º | 0.16% | 0.57% | - |
| XYZ | 21.96 | 26.17 | 22.31 | - |
| YUV | 136.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 122 | 0.16 | 0 | 0.16 | 0.43 | 117.5 | 0.1 | 0.53 |
| Hex | 7B | 92 | 7A | 10 | 0 | 10 | 2B | 76 | A | 35 |
| Octal | 173 | 222 | 172 | 20 | 0 | 20 | 53 | 166 | 12 | 65 |
| Binary | 1111011 | 10010010 | 1111010 | 10000 | 0 | 10000 | 101011 | 1110110 | 1010 | 110101 |
Color Harmonies of #7B927A
Complementary color
Monochromatic Colors of #7B927A
Black with #7B927A
Text Example
Text Example
White with #7B927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B927A; }
p { color: rgb(123,146,122); }
H1.HeaderClassName
{
color: #7B927A;
}
.AnyTagClassName
{
color: #7B927A;
}
</style>
background-color css
<style>
a { background-color: #7B927A; }
a { background-color: rgb(123,146,122); }
div.DivClassName
{
background-color: #7B927A;
}
.BgClassName
{
background-color: #7B927A;
}
</style>
border-color css
<style>
span { border-color: #7B927A; }
span { border-color: rgb(123,146,122); }
td.TdClassName
{
border-color: #7B927A;
}
.TagClassName
{
border-color: #7B927A;
}
</style>