Shades of Davy's Grey #707C70
Tints of Davy's Grey #707C70
RGB
CMYK
RGB Variations
Color information
#707C70 (or 0x707C70) is known color: Davy's Grey. HEX triplet: 70, 7C and 70. RGB value is (112,124,112). Sum of RGB (Red+Green+Blue) = 112+124+112=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 124 - color contains mainly: green. Hex color #707C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C70 is #8F838F. Grayscale: #777777. Windows color (decimal): -9405328 or 7371888. OLE color: 7371888.
HSL color Cylindrical-coordinate representation of color #707C70: 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 #707C70 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 112 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.51 |
| HSL | 120º | 0.05% | 0.46% | - |
| HSV(B) | 120º | 0.1% | 0.49% | - |
| XYZ | 16.81 | 19.03 | 18.12 | - |
| YUV | 119.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 112 | 0.10 | 0 | 0.10 | 0.51 | 120 | 0.05 | 0.46 |
| Hex | 70 | 7C | 70 | A | 0 | A | 33 | 78 | 5 | 2E |
| Octal | 160 | 174 | 160 | 12 | 0 | 12 | 63 | 170 | 5 | 56 |
| Binary | 1110000 | 1111100 | 1110000 | 1010 | 0 | 1010 | 110011 | 1111000 | 101 | 101110 |
Color Harmonies of #707C70
Complementary color
Monochromatic Colors of #707C70
Black with #707C70
Text Example
Text Example
White with #707C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C70; }
p { color: rgb(112,124,112); }
H1.HeaderClassName
{
color: #707C70;
}
.AnyTagClassName
{
color: #707C70;
}
</style>
background-color css
<style>
a { background-color: #707C70; }
a { background-color: rgb(112,124,112); }
div.DivClassName
{
background-color: #707C70;
}
.BgClassName
{
background-color: #707C70;
}
</style>
border-color css
<style>
span { border-color: #707C70; }
span { border-color: rgb(112,124,112); }
td.TdClassName
{
border-color: #707C70;
}
.TagClassName
{
border-color: #707C70;
}
</style>