Shades of Davy's Grey #748174
Tints of Davy's Grey #748174
RGB
CMYK
RGB Variations
Color information
#748174 (or 0x748174) is known color: Davy's Grey. HEX triplet: 74, 81 and 74. RGB value is (116,129,116). Sum of RGB (Red+Green+Blue) = 116+129+116=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #748174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748174 is #8B7E8B. Grayscale: #7B7B7B. Windows color (decimal): -9141900 or 7635316. OLE color: 7635316.
HSL color Cylindrical-coordinate representation of color #748174: hue angle of 120º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #748174 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 116 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.49 |
| HSL | 120º | 0.05% | 0.48% | - |
| HSV(B) | 120º | 0.1% | 0.51% | - |
| XYZ | 18.21 | 20.67 | 19.55 | - |
| YUV | 123.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 116 | 0.10 | 0 | 0.10 | 0.49 | 120 | 0.05 | 0.48 |
| Hex | 74 | 81 | 74 | A | 0 | A | 31 | 78 | 5 | 30 |
| Octal | 164 | 201 | 164 | 12 | 0 | 12 | 61 | 170 | 5 | 60 |
| Binary | 1110100 | 10000001 | 1110100 | 1010 | 0 | 1010 | 110001 | 1111000 | 101 | 110000 |
Color Harmonies of #748174
Complementary color
Monochromatic Colors of #748174
Black with #748174
Text Example
Text Example
White with #748174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748174; }
p { color: rgb(116,129,116); }
H1.HeaderClassName
{
color: #748174;
}
.AnyTagClassName
{
color: #748174;
}
</style>
background-color css
<style>
a { background-color: #748174; }
a { background-color: rgb(116,129,116); }
div.DivClassName
{
background-color: #748174;
}
.BgClassName
{
background-color: #748174;
}
</style>
border-color css
<style>
span { border-color: #748174; }
span { border-color: rgb(116,129,116); }
td.TdClassName
{
border-color: #748174;
}
.TagClassName
{
border-color: #748174;
}
</style>