Shades of Davy's Grey #718271
Tints of Davy's Grey #718271
RGB
CMYK
RGB Variations
Color information
#718271 (or 0x718271) is known color: Davy's Grey. HEX triplet: 71, 82 and 71. RGB value is (113,130,113). Sum of RGB (Red+Green+Blue) = 113+130+113=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #718271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718271 is #8E7D8E. Grayscale: #7B7B7B. Windows color (decimal): -9338255 or 7438961. OLE color: 7438961.
HSL color Cylindrical-coordinate representation of color #718271: hue angle of 120º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #718271 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 113 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.49 |
| HSL | 120º | 0.07% | 0.48% | - |
| HSV(B) | 120º | 0.13% | 0.51% | - |
| XYZ | 17.77 | 20.67 | 18.68 | - |
| YUV | 122.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 113 | 0.13 | 0 | 0.13 | 0.49 | 120 | 0.07 | 0.48 |
| Hex | 71 | 82 | 71 | D | 0 | D | 31 | 78 | 7 | 30 |
| Octal | 161 | 202 | 161 | 15 | 0 | 15 | 61 | 170 | 7 | 60 |
| Binary | 1110001 | 10000010 | 1110001 | 1101 | 0 | 1101 | 110001 | 1111000 | 111 | 110000 |
Color Harmonies of #718271
Complementary color
Monochromatic Colors of #718271
Black with #718271
Text Example
Text Example
White with #718271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718271; }
p { color: rgb(113,130,113); }
H1.HeaderClassName
{
color: #718271;
}
.AnyTagClassName
{
color: #718271;
}
</style>
background-color css
<style>
a { background-color: #718271; }
a { background-color: rgb(113,130,113); }
div.DivClassName
{
background-color: #718271;
}
.BgClassName
{
background-color: #718271;
}
</style>
border-color css
<style>
span { border-color: #718271; }
span { border-color: rgb(113,130,113); }
td.TdClassName
{
border-color: #718271;
}
.TagClassName
{
border-color: #718271;
}
</style>