Shades of Davy's Grey #707A70
Tints of Davy's Grey #707A70
RGB
CMYK
RGB Variations
Color information
#707A70 (or 0x707A70) is known color: Davy's Grey. HEX triplet: 70, 7A and 70. RGB value is (112,122,112). Sum of RGB (Red+Green+Blue) = 112+122+112=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #707A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A70 is #8F858F. Grayscale: #757575. Windows color (decimal): -9405840 or 7371376. OLE color: 7371376.
HSL color Cylindrical-coordinate representation of color #707A70: hue angle of 120º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #707A70 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 112 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.52 |
| HSL | 120º | 0.04% | 0.46% | - |
| HSV(B) | 120º | 0.08% | 0.48% | - |
| XYZ | 16.57 | 18.53 | 18.03 | - |
| YUV | 117.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 112 | 0.08 | 0 | 0.08 | 0.52 | 120 | 0.04 | 0.46 |
| Hex | 70 | 7A | 70 | 8 | 0 | 8 | 34 | 78 | 4 | 2E |
| Octal | 160 | 172 | 160 | 10 | 0 | 10 | 64 | 170 | 4 | 56 |
| Binary | 1110000 | 1111010 | 1110000 | 1000 | 0 | 1000 | 110100 | 1111000 | 100 | 101110 |
Color Harmonies of #707A70
Complementary color
Monochromatic Colors of #707A70
Black with #707A70
Text Example
Text Example
White with #707A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A70; }
p { color: rgb(112,122,112); }
H1.HeaderClassName
{
color: #707A70;
}
.AnyTagClassName
{
color: #707A70;
}
</style>
background-color css
<style>
a { background-color: #707A70; }
a { background-color: rgb(112,122,112); }
div.DivClassName
{
background-color: #707A70;
}
.BgClassName
{
background-color: #707A70;
}
</style>
border-color css
<style>
span { border-color: #707A70; }
span { border-color: rgb(112,122,112); }
td.TdClassName
{
border-color: #707A70;
}
.TagClassName
{
border-color: #707A70;
}
</style>