Shades of Davy's Grey #738A73
Tints of Davy's Grey #738A73
RGB
CMYK
RGB Variations
Color information
#738A73 (or 0x738A73) is known color: Davy's Grey. HEX triplet: 73, 8A and 73. RGB value is (115,138,115). Sum of RGB (Red+Green+Blue) = 115+138+115=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #738A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A73 is #8C758C. Grayscale: #808080. Windows color (decimal): -9205133 or 7572083. OLE color: 7572083.
HSL color Cylindrical-coordinate representation of color #738A73: hue angle of 120º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738A73 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 115 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.46 |
| HSL | 120º | 0.09% | 0.5% | - |
| HSV(B) | 120º | 0.17% | 0.54% | - |
| XYZ | 19.25 | 23.06 | 19.66 | - |
| YUV | 128.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 115 | 0.17 | 0 | 0.17 | 0.46 | 120 | 0.09 | 0.5 |
| Hex | 73 | 8A | 73 | 11 | 0 | 11 | 2E | 78 | 9 | 32 |
| Octal | 163 | 212 | 163 | 21 | 0 | 21 | 56 | 170 | 11 | 62 |
| Binary | 1110011 | 10001010 | 1110011 | 10001 | 0 | 10001 | 101110 | 1111000 | 1001 | 110010 |
Color Harmonies of #738A73
Complementary color
Monochromatic Colors of #738A73
Black with #738A73
Text Example
Text Example
White with #738A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A73; }
p { color: rgb(115,138,115); }
H1.HeaderClassName
{
color: #738A73;
}
.AnyTagClassName
{
color: #738A73;
}
</style>
background-color css
<style>
a { background-color: #738A73; }
a { background-color: rgb(115,138,115); }
div.DivClassName
{
background-color: #738A73;
}
.BgClassName
{
background-color: #738A73;
}
</style>
border-color css
<style>
span { border-color: #738A73; }
span { border-color: rgb(115,138,115); }
td.TdClassName
{
border-color: #738A73;
}
.TagClassName
{
border-color: #738A73;
}
</style>