Shades of Davy's Grey #7A8F7A
Tints of Davy's Grey #7A8F7A
RGB
CMYK
RGB Variations
Color information
#7A8F7A (or 0x7A8F7A) is known color: Davy's Grey. HEX triplet: 7A, 8F and 7A. RGB value is (122,143,122). Sum of RGB (Red+Green+Blue) = 122+143+122=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8F7A is #857085. Grayscale: #868686. Windows color (decimal): -8745094 or 8032122. OLE color: 8032122.
HSL color Cylindrical-coordinate representation of color #7A8F7A: hue angle of 120º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8F7A is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
RGB | 122 | 143 | 122 | - |
CMYK | 0.15 | 0 | 0.15 | 0.44 |
HSL | 120º | 0.09% | 0.52% | - |
HSV(B) | 120º | 0.15% | 0.56% | - |
XYZ | 21.36 | 25.19 | 22.15 | - |
YUV | 134.33 | 121.04 | 119.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 143 | 122 | 0.15 | 0 | 0.15 | 0.44 | 120 | 0.09 | 0.52 |
Hex | 7A | 8F | 7A | F | 0 | F | 2C | 78 | 9 | 34 |
Octal | 172 | 217 | 172 | 17 | 0 | 17 | 54 | 170 | 11 | 64 |
Binary | 1111010 | 10001111 | 1111010 | 1111 | 0 | 1111 | 101100 | 1111000 | 1001 | 110100 |
Color Harmonies of #7A8F7A
Complementary color
Monochromatic Colors of #7A8F7A
Black with #7A8F7A
Text Example
Text Example
White with #7A8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F7A; }
p { color: rgb(122,143,122); }
H1.HeaderClassName
{
color: #7A8F7A;
}
.AnyTagClassName
{
color: #7A8F7A;
}
</style>
background-color css
<style>
a { background-color: #7A8F7A; }
a { background-color: rgb(122,143,122); }
div.DivClassName
{
background-color: #7A8F7A;
}
.BgClassName
{
background-color: #7A8F7A;
}
</style>
border-color css
<style>
span { border-color: #7A8F7A; }
span { border-color: rgb(122,143,122); }
td.TdClassName
{
border-color: #7A8F7A;
}
.TagClassName
{
border-color: #7A8F7A;
}
</style>