Shades of Davy's Grey #748A72
Tints of Davy's Grey #748A72
RGB
CMYK
RGB Variations
Color information
#748A72 (or 0x748A72) is known color: Davy's Grey. HEX triplet: 74, 8A and 72. RGB value is (116,138,114). Sum of RGB (Red+Green+Blue) = 116+138+114=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #748A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A72 is #8B758D. Grayscale: #808080. Windows color (decimal): -9139598 or 7506548. OLE color: 7506548.
HSL color Cylindrical-coordinate representation of color #748A72: hue angle of 115º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748A72 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 114 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.46 |
| HSL | 115º | 0.1% | 0.49% | - |
| HSV(B) | 115º | 0.17% | 0.54% | - |
| XYZ | 19.33 | 23.1 | 19.36 | - |
| YUV | 128.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 114 | 0.16 | 0 | 0.17 | 0.46 | 115 | 0.1 | 0.49 |
| Hex | 74 | 8A | 72 | 10 | 0 | 11 | 2E | 73 | A | 31 |
| Octal | 164 | 212 | 162 | 20 | 0 | 21 | 56 | 163 | 12 | 61 |
| Binary | 1110100 | 10001010 | 1110010 | 10000 | 0 | 10001 | 101110 | 1110011 | 1010 | 110001 |
Color Harmonies of #748A72
Complementary color
Monochromatic Colors of #748A72
Black with #748A72
Text Example
Text Example
White with #748A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A72; }
p { color: rgb(116,138,114); }
H1.HeaderClassName
{
color: #748A72;
}
.AnyTagClassName
{
color: #748A72;
}
</style>
background-color css
<style>
a { background-color: #748A72; }
a { background-color: rgb(116,138,114); }
div.DivClassName
{
background-color: #748A72;
}
.BgClassName
{
background-color: #748A72;
}
</style>
border-color css
<style>
span { border-color: #748A72; }
span { border-color: rgb(116,138,114); }
td.TdClassName
{
border-color: #748A72;
}
.TagClassName
{
border-color: #748A72;
}
</style>