Shades of Davy's Grey #748B71
Tints of Davy's Grey #748B71
RGB
CMYK
RGB Variations
Color information
#748B71 (or 0x748B71) is known color: Davy's Grey. HEX triplet: 74, 8B and 71. RGB value is (116,139,113). Sum of RGB (Red+Green+Blue) = 116+139+113=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #748B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B71 is #8B748E. Grayscale: #818181. Windows color (decimal): -9139343 or 7441268. OLE color: 7441268.
HSL color Cylindrical-coordinate representation of color #748B71: hue angle of 113.08º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748B71 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 113 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.45 |
| HSL | 113.08º | 0.1% | 0.49% | - |
| HSV(B) | 113.08º | 0.19% | 0.55% | - |
| XYZ | 19.42 | 23.37 | 19.11 | - |
| YUV | 129.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 113 | 0.17 | 0 | 0.19 | 0.45 | 113.08 | 0.1 | 0.49 |
| Hex | 74 | 8B | 71 | 11 | 0 | 13 | 2D | 71 | A | 31 |
| Octal | 164 | 213 | 161 | 21 | 0 | 23 | 55 | 161 | 12 | 61 |
| Binary | 1110100 | 10001011 | 1110001 | 10001 | 0 | 10011 | 101101 | 1110001 | 1010 | 110001 |
Color Harmonies of #748B71
Complementary color
Monochromatic Colors of #748B71
Black with #748B71
Text Example
Text Example
White with #748B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B71; }
p { color: rgb(116,139,113); }
H1.HeaderClassName
{
color: #748B71;
}
.AnyTagClassName
{
color: #748B71;
}
</style>
background-color css
<style>
a { background-color: #748B71; }
a { background-color: rgb(116,139,113); }
div.DivClassName
{
background-color: #748B71;
}
.BgClassName
{
background-color: #748B71;
}
</style>
border-color css
<style>
span { border-color: #748B71; }
span { border-color: rgb(116,139,113); }
td.TdClassName
{
border-color: #748B71;
}
.TagClassName
{
border-color: #748B71;
}
</style>