Shades of Peat #746E54
Tints of Peat #746E54
RGB
CMYK
RGB Variations
Color information
#746E54 (or 0x746E54) is known color: Peat. HEX triplet: 74, 6E and 54. RGB value is (116,110,84). Sum of RGB (Red+Green+Blue) = 116+110+84=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #746E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E54 is #8B91AB. Grayscale: #6C6C6C. Windows color (decimal): -9146796 or 5533300. OLE color: 5533300.
HSL color Cylindrical-coordinate representation of color #746E54: hue angle of 48.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746E54 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 84 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.55 |
| HSL | 48.75º | 0.16% | 0.39% | - |
| HSV(B) | 48.75º | 0.28% | 0.45% | - |
| XYZ | 14.38 | 15.5 | 10.62 | - |
| YUV | 108.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 84 | 0 | 0.05 | 0.28 | 0.55 | 48.75 | 0.16 | 0.39 |
| Hex | 74 | 6E | 54 | 0 | 5 | 1C | 37 | 31 | 10 | 27 |
| Octal | 164 | 156 | 124 | 0 | 5 | 34 | 67 | 61 | 20 | 47 |
| Binary | 1110100 | 1101110 | 1010100 | 0 | 101 | 11100 | 110111 | 110001 | 10000 | 100111 |
Color Harmonies of #746E54
Complementary color
Monochromatic Colors of #746E54
Black with #746E54
Text Example
Text Example
White with #746E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E54; }
p { color: rgb(116,110,84); }
H1.HeaderClassName
{
color: #746E54;
}
.AnyTagClassName
{
color: #746E54;
}
</style>
background-color css
<style>
a { background-color: #746E54; }
a { background-color: rgb(116,110,84); }
div.DivClassName
{
background-color: #746E54;
}
.BgClassName
{
background-color: #746E54;
}
</style>
border-color css
<style>
span { border-color: #746E54; }
span { border-color: rgb(116,110,84); }
td.TdClassName
{
border-color: #746E54;
}
.TagClassName
{
border-color: #746E54;
}
</style>