Shades of Davy's Grey #707D70
Tints of Davy's Grey #707D70
RGB
CMYK
RGB Variations
Color information
#707D70 (or 0x707D70) is known color: Davy's Grey. HEX triplet: 70, 7D and 70. RGB value is (112,125,112). Sum of RGB (Red+Green+Blue) = 112+125+112=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 125 - color contains mainly: green. Hex color #707D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D70 is #8F828F. Grayscale: #777777. Windows color (decimal): -9405072 or 7372144. OLE color: 7372144.
HSL color Cylindrical-coordinate representation of color #707D70: hue angle of 120º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707D70 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 112 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.51 |
| HSL | 120º | 0.05% | 0.46% | - |
| HSV(B) | 120º | 0.1% | 0.49% | - |
| XYZ | 16.94 | 19.28 | 18.16 | - |
| YUV | 119.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 112 | 0.10 | 0 | 0.10 | 0.51 | 120 | 0.05 | 0.46 |
| Hex | 70 | 7D | 70 | A | 0 | A | 33 | 78 | 5 | 2E |
| Octal | 160 | 175 | 160 | 12 | 0 | 12 | 63 | 170 | 5 | 56 |
| Binary | 1110000 | 1111101 | 1110000 | 1010 | 0 | 1010 | 110011 | 1111000 | 101 | 101110 |
Color Harmonies of #707D70
Complementary color
Monochromatic Colors of #707D70
Black with #707D70
Text Example
Text Example
White with #707D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D70; }
p { color: rgb(112,125,112); }
H1.HeaderClassName
{
color: #707D70;
}
.AnyTagClassName
{
color: #707D70;
}
</style>
background-color css
<style>
a { background-color: #707D70; }
a { background-color: rgb(112,125,112); }
div.DivClassName
{
background-color: #707D70;
}
.BgClassName
{
background-color: #707D70;
}
</style>
border-color css
<style>
span { border-color: #707D70; }
span { border-color: rgb(112,125,112); }
td.TdClassName
{
border-color: #707D70;
}
.TagClassName
{
border-color: #707D70;
}
</style>