Shades of Davy's Grey #748A71
Tints of Davy's Grey #748A71
RGB
CMYK
RGB Variations
Color information
#748A71 (or 0x748A71) is known color: Davy's Grey. HEX triplet: 74, 8A and 71. RGB value is (116,138,113). Sum of RGB (Red+Green+Blue) = 116+138+113=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #748A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A71 is #8B758E. Grayscale: #808080. Windows color (decimal): -9139599 or 7441012. OLE color: 7441012.
HSL color Cylindrical-coordinate representation of color #748A71: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748A71 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 113 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.46 |
| HSL | 112.8º | 0.1% | 0.49% | - |
| HSV(B) | 112.8º | 0.18% | 0.54% | - |
| XYZ | 19.27 | 23.08 | 19.06 | - |
| YUV | 128.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 113 | 0.16 | 0 | 0.18 | 0.46 | 112.8 | 0.1 | 0.49 |
| Hex | 74 | 8A | 71 | 10 | 0 | 12 | 2E | 71 | A | 31 |
| Octal | 164 | 212 | 161 | 20 | 0 | 22 | 56 | 161 | 12 | 61 |
| Binary | 1110100 | 10001010 | 1110001 | 10000 | 0 | 10010 | 101110 | 1110001 | 1010 | 110001 |
Color Harmonies of #748A71
Complementary color
Monochromatic Colors of #748A71
Black with #748A71
Text Example
Text Example
White with #748A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A71; }
p { color: rgb(116,138,113); }
H1.HeaderClassName
{
color: #748A71;
}
.AnyTagClassName
{
color: #748A71;
}
</style>
background-color css
<style>
a { background-color: #748A71; }
a { background-color: rgb(116,138,113); }
div.DivClassName
{
background-color: #748A71;
}
.BgClassName
{
background-color: #748A71;
}
</style>
border-color css
<style>
span { border-color: #748A71; }
span { border-color: rgb(116,138,113); }
td.TdClassName
{
border-color: #748A71;
}
.TagClassName
{
border-color: #748A71;
}
</style>