Shades of Davy's Grey #748173
Tints of Davy's Grey #748173
RGB
CMYK
RGB Variations
Color information
#748173 (or 0x748173) is known color: Davy's Grey. HEX triplet: 74, 81 and 73. RGB value is (116,129,115). Sum of RGB (Red+Green+Blue) = 116+129+115=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 129 - color contains mainly: green. Hex color #748173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748173 is #8B7E8C. Grayscale: #7B7B7B. Windows color (decimal): -9141901 or 7569780. OLE color: 7569780.
HSL color Cylindrical-coordinate representation of color #748173: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #748173 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 115 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.49 |
| HSL | 115.71º | 0.06% | 0.48% | - |
| HSV(B) | 115.71º | 0.11% | 0.51% | - |
| XYZ | 18.15 | 20.65 | 19.25 | - |
| YUV | 123.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 115 | 0.10 | 0 | 0.11 | 0.49 | 115.71 | 0.06 | 0.48 |
| Hex | 74 | 81 | 73 | A | 0 | B | 31 | 74 | 6 | 30 |
| Octal | 164 | 201 | 163 | 12 | 0 | 13 | 61 | 164 | 6 | 60 |
| Binary | 1110100 | 10000001 | 1110011 | 1010 | 0 | 1011 | 110001 | 1110100 | 110 | 110000 |
Color Harmonies of #748173
Complementary color
Monochromatic Colors of #748173
Black with #748173
Text Example
Text Example
White with #748173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748173; }
p { color: rgb(116,129,115); }
H1.HeaderClassName
{
color: #748173;
}
.AnyTagClassName
{
color: #748173;
}
</style>
background-color css
<style>
a { background-color: #748173; }
a { background-color: rgb(116,129,115); }
div.DivClassName
{
background-color: #748173;
}
.BgClassName
{
background-color: #748173;
}
</style>
border-color css
<style>
span { border-color: #748173; }
span { border-color: rgb(116,129,115); }
td.TdClassName
{
border-color: #748173;
}
.TagClassName
{
border-color: #748173;
}
</style>