Shades of Davy's Grey #708A6E
Tints of Davy's Grey #708A6E
RGB
CMYK
RGB Variations
Color information
#708A6E (or 0x708A6E) is known color: Davy's Grey. HEX triplet: 70, 8A and 6E. RGB value is (112,138,110). Sum of RGB (Red+Green+Blue) = 112+138+110=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #708A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A6E is #8F7591. Grayscale: #7F7F7F. Windows color (decimal): -9401746 or 7244400. OLE color: 7244400.
HSL color Cylindrical-coordinate representation of color #708A6E: hue angle of 115.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708A6E is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 110 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.46 |
| HSL | 115.71º | 0.11% | 0.49% | - |
| HSV(B) | 115.71º | 0.2% | 0.54% | - |
| XYZ | 18.59 | 22.75 | 18.16 | - |
| YUV | 127.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 110 | 0.19 | 0 | 0.20 | 0.46 | 115.71 | 0.11 | 0.49 |
| Hex | 70 | 8A | 6E | 13 | 0 | 14 | 2E | 74 | B | 31 |
| Octal | 160 | 212 | 156 | 23 | 0 | 24 | 56 | 164 | 13 | 61 |
| Binary | 1110000 | 10001010 | 1101110 | 10011 | 0 | 10100 | 101110 | 1110100 | 1011 | 110001 |
Color Harmonies of #708A6E
Complementary color
Monochromatic Colors of #708A6E
Black with #708A6E
Text Example
Text Example
White with #708A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A6E; }
p { color: rgb(112,138,110); }
H1.HeaderClassName
{
color: #708A6E;
}
.AnyTagClassName
{
color: #708A6E;
}
</style>
background-color css
<style>
a { background-color: #708A6E; }
a { background-color: rgb(112,138,110); }
div.DivClassName
{
background-color: #708A6E;
}
.BgClassName
{
background-color: #708A6E;
}
</style>
border-color css
<style>
span { border-color: #708A6E; }
span { border-color: rgb(112,138,110); }
td.TdClassName
{
border-color: #708A6E;
}
.TagClassName
{
border-color: #708A6E;
}
</style>