Shades of Davy's Grey #748372
Tints of Davy's Grey #748372
RGB
CMYK
RGB Variations
Color information
#748372 (or 0x748372) is known color: Davy's Grey. HEX triplet: 74, 83 and 72. RGB value is (116,131,114). Sum of RGB (Red+Green+Blue) = 116+131+114=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #748372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748372 is #8B7C8D. Grayscale: #7C7C7C. Windows color (decimal): -9141390 or 7504756. OLE color: 7504756.
HSL color Cylindrical-coordinate representation of color #748372: hue angle of 112.94º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #748372 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 114 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.49 |
| HSL | 112.94º | 0.07% | 0.48% | - |
| HSV(B) | 112.94º | 0.13% | 0.51% | - |
| XYZ | 18.36 | 21.16 | 19.04 | - |
| YUV | 124.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 114 | 0.11 | 0 | 0.13 | 0.49 | 112.94 | 0.07 | 0.48 |
| Hex | 74 | 83 | 72 | B | 0 | D | 31 | 71 | 7 | 30 |
| Octal | 164 | 203 | 162 | 13 | 0 | 15 | 61 | 161 | 7 | 60 |
| Binary | 1110100 | 10000011 | 1110010 | 1011 | 0 | 1101 | 110001 | 1110001 | 111 | 110000 |
Color Harmonies of #748372
Complementary color
Monochromatic Colors of #748372
Black with #748372
Text Example
Text Example
White with #748372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748372; }
p { color: rgb(116,131,114); }
H1.HeaderClassName
{
color: #748372;
}
.AnyTagClassName
{
color: #748372;
}
</style>
background-color css
<style>
a { background-color: #748372; }
a { background-color: rgb(116,131,114); }
div.DivClassName
{
background-color: #748372;
}
.BgClassName
{
background-color: #748372;
}
</style>
border-color css
<style>
span { border-color: #748372; }
span { border-color: rgb(116,131,114); }
td.TdClassName
{
border-color: #748372;
}
.TagClassName
{
border-color: #748372;
}
</style>