Shades of Davy's Grey #7A8A7B
Tints of Davy's Grey #7A8A7B
RGB
CMYK
RGB Variations
Color information
#7A8A7B (or 0x7A8A7B) is known color: Davy's Grey. HEX triplet: 7A, 8A and 7B. RGB value is (122,138,123). Sum of RGB (Red+Green+Blue) = 122+138+123=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A7B is #857584. Grayscale: #838383. Windows color (decimal): -8746373 or 8096378. OLE color: 8096378.
HSL color Cylindrical-coordinate representation of color #7A8A7B: hue angle of 123.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A8A7B is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 123 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.46 |
| HSL | 123.75º | 0.06% | 0.51% | - |
| HSV(B) | 123.75º | 0.12% | 0.54% | - |
| XYZ | 20.69 | 23.74 | 22.23 | - |
| YUV | 131.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 123 | 0.12 | 0 | 0.11 | 0.46 | 123.75 | 0.06 | 0.51 |
| Hex | 7A | 8A | 7B | C | 0 | B | 2E | 7C | 6 | 33 |
| Octal | 172 | 212 | 173 | 14 | 0 | 13 | 56 | 174 | 6 | 63 |
| Binary | 1111010 | 10001010 | 1111011 | 1100 | 0 | 1011 | 101110 | 1111100 | 110 | 110011 |
Color Harmonies of #7A8A7B
Complementary color
Monochromatic Colors of #7A8A7B
Black with #7A8A7B
Text Example
Text Example
White with #7A8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A7B; }
p { color: rgb(122,138,123); }
H1.HeaderClassName
{
color: #7A8A7B;
}
.AnyTagClassName
{
color: #7A8A7B;
}
</style>
background-color css
<style>
a { background-color: #7A8A7B; }
a { background-color: rgb(122,138,123); }
div.DivClassName
{
background-color: #7A8A7B;
}
.BgClassName
{
background-color: #7A8A7B;
}
</style>
border-color css
<style>
span { border-color: #7A8A7B; }
span { border-color: rgb(122,138,123); }
td.TdClassName
{
border-color: #7A8A7B;
}
.TagClassName
{
border-color: #7A8A7B;
}
</style>