Shades of Davy's Grey #718A6E
Tints of Davy's Grey #718A6E
RGB
CMYK
RGB Variations
Color information
#718A6E (or 0x718A6E) is known color: Davy's Grey. HEX triplet: 71, 8A and 6E. RGB value is (113,138,110). Sum of RGB (Red+Green+Blue) = 113+138+110=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #718A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A6E is #8E7591. Grayscale: #7F7F7F. Windows color (decimal): -9336210 or 7244401. OLE color: 7244401.
HSL color Cylindrical-coordinate representation of color #718A6E: hue angle of 113.57º 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 #718A6E is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 110 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.46 |
| HSL | 113.57º | 0.11% | 0.49% | - |
| HSV(B) | 113.57º | 0.2% | 0.54% | - |
| XYZ | 18.71 | 22.81 | 18.17 | - |
| YUV | 127.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 110 | 0.18 | 0 | 0.20 | 0.46 | 113.57 | 0.11 | 0.49 |
| Hex | 71 | 8A | 6E | 12 | 0 | 14 | 2E | 72 | B | 31 |
| Octal | 161 | 212 | 156 | 22 | 0 | 24 | 56 | 162 | 13 | 61 |
| Binary | 1110001 | 10001010 | 1101110 | 10010 | 0 | 10100 | 101110 | 1110010 | 1011 | 110001 |
Color Harmonies of #718A6E
Complementary color
Monochromatic Colors of #718A6E
Black with #718A6E
Text Example
Text Example
White with #718A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A6E; }
p { color: rgb(113,138,110); }
H1.HeaderClassName
{
color: #718A6E;
}
.AnyTagClassName
{
color: #718A6E;
}
</style>
background-color css
<style>
a { background-color: #718A6E; }
a { background-color: rgb(113,138,110); }
div.DivClassName
{
background-color: #718A6E;
}
.BgClassName
{
background-color: #718A6E;
}
</style>
border-color css
<style>
span { border-color: #718A6E; }
span { border-color: rgb(113,138,110); }
td.TdClassName
{
border-color: #718A6E;
}
.TagClassName
{
border-color: #718A6E;
}
</style>