Shades of Davy's Grey #707E6F
Tints of Davy's Grey #707E6F
RGB
CMYK
RGB Variations
Color information
#707E6F (or 0x707E6F) is known color: Davy's Grey. HEX triplet: 70, 7E and 6F. RGB value is (112,126,111). Sum of RGB (Red+Green+Blue) = 112+126+111=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 126 - color contains mainly: green. Hex color #707E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E6F is #8F8190. Grayscale: #787878. Windows color (decimal): -9404817 or 7306864. OLE color: 7306864.
HSL color Cylindrical-coordinate representation of color #707E6F: hue angle of 116º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707E6F is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 111 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.51 |
| HSL | 116º | 0.06% | 0.46% | - |
| HSV(B) | 116º | 0.12% | 0.49% | - |
| XYZ | 17.01 | 19.51 | 17.91 | - |
| YUV | 120.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 111 | 0.11 | 0 | 0.12 | 0.51 | 116 | 0.06 | 0.46 |
| Hex | 70 | 7E | 6F | B | 0 | C | 33 | 74 | 6 | 2E |
| Octal | 160 | 176 | 157 | 13 | 0 | 14 | 63 | 164 | 6 | 56 |
| Binary | 1110000 | 1111110 | 1101111 | 1011 | 0 | 1100 | 110011 | 1110100 | 110 | 101110 |
Color Harmonies of #707E6F
Complementary color
Monochromatic Colors of #707E6F
Black with #707E6F
Text Example
Text Example
White with #707E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E6F; }
p { color: rgb(112,126,111); }
H1.HeaderClassName
{
color: #707E6F;
}
.AnyTagClassName
{
color: #707E6F;
}
</style>
background-color css
<style>
a { background-color: #707E6F; }
a { background-color: rgb(112,126,111); }
div.DivClassName
{
background-color: #707E6F;
}
.BgClassName
{
background-color: #707E6F;
}
</style>
border-color css
<style>
span { border-color: #707E6F; }
span { border-color: rgb(112,126,111); }
td.TdClassName
{
border-color: #707E6F;
}
.TagClassName
{
border-color: #707E6F;
}
</style>