Shades of Davy's Grey #738671
Tints of Davy's Grey #738671
RGB
CMYK
RGB Variations
Color information
#738671 (or 0x738671) is known color: Davy's Grey. HEX triplet: 73, 86 and 71. RGB value is (115,134,113). Sum of RGB (Red+Green+Blue) = 115+134+113=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #738671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738671 is #8C798E. Grayscale: #7D7D7D. Windows color (decimal): -9206159 or 7439987. OLE color: 7439987.
HSL color Cylindrical-coordinate representation of color #738671: hue angle of 114.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738671 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 113 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.47 |
| HSL | 114.29º | 0.09% | 0.48% | - |
| HSV(B) | 114.29º | 0.16% | 0.53% | - |
| XYZ | 18.58 | 21.89 | 18.87 | - |
| YUV | 125.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 113 | 0.14 | 0 | 0.16 | 0.47 | 114.29 | 0.09 | 0.48 |
| Hex | 73 | 86 | 71 | E | 0 | 10 | 2F | 72 | 9 | 30 |
| Octal | 163 | 206 | 161 | 16 | 0 | 20 | 57 | 162 | 11 | 60 |
| Binary | 1110011 | 10000110 | 1110001 | 1110 | 0 | 10000 | 101111 | 1110010 | 1001 | 110000 |
Color Harmonies of #738671
Complementary color
Monochromatic Colors of #738671
Black with #738671
Text Example
Text Example
White with #738671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738671; }
p { color: rgb(115,134,113); }
H1.HeaderClassName
{
color: #738671;
}
.AnyTagClassName
{
color: #738671;
}
</style>
background-color css
<style>
a { background-color: #738671; }
a { background-color: rgb(115,134,113); }
div.DivClassName
{
background-color: #738671;
}
.BgClassName
{
background-color: #738671;
}
</style>
border-color css
<style>
span { border-color: #738671; }
span { border-color: rgb(115,134,113); }
td.TdClassName
{
border-color: #738671;
}
.TagClassName
{
border-color: #738671;
}
</style>