Shades of Davy's Grey #738F70
Tints of Davy's Grey #738F70
RGB
CMYK
RGB Variations
Color information
#738F70 (or 0x738F70) is known color: Davy's Grey. HEX triplet: 73, 8F and 70. RGB value is (115,143,112). Sum of RGB (Red+Green+Blue) = 115+143+112=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #738F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F70 is #8C708F. Grayscale: #838383. Windows color (decimal): -9203856 or 7376755. OLE color: 7376755.
HSL color Cylindrical-coordinate representation of color #738F70: hue angle of 114.19º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738F70 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 112 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.44 |
| HSL | 114.19º | 0.12% | 0.5% | - |
| HSV(B) | 114.19º | 0.22% | 0.56% | - |
| XYZ | 19.82 | 24.46 | 19.01 | - |
| YUV | 131.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 112 | 0.20 | 0 | 0.22 | 0.44 | 114.19 | 0.12 | 0.5 |
| Hex | 73 | 8F | 70 | 14 | 0 | 16 | 2C | 72 | C | 32 |
| Octal | 163 | 217 | 160 | 24 | 0 | 26 | 54 | 162 | 14 | 62 |
| Binary | 1110011 | 10001111 | 1110000 | 10100 | 0 | 10110 | 101100 | 1110010 | 1100 | 110010 |
Color Harmonies of #738F70
Complementary color
Monochromatic Colors of #738F70
Black with #738F70
Text Example
Text Example
White with #738F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F70; }
p { color: rgb(115,143,112); }
H1.HeaderClassName
{
color: #738F70;
}
.AnyTagClassName
{
color: #738F70;
}
</style>
background-color css
<style>
a { background-color: #738F70; }
a { background-color: rgb(115,143,112); }
div.DivClassName
{
background-color: #738F70;
}
.BgClassName
{
background-color: #738F70;
}
</style>
border-color css
<style>
span { border-color: #738F70; }
span { border-color: rgb(115,143,112); }
td.TdClassName
{
border-color: #738F70;
}
.TagClassName
{
border-color: #738F70;
}
</style>