Shades of Peat #746D58
Tints of Peat #746D58
RGB
CMYK
RGB Variations
Color information
#746D58 (or 0x746D58) is known color: Peat. HEX triplet: 74, 6D and 58. RGB value is (116,109,88). Sum of RGB (Red+Green+Blue) = 116+109+88=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #746D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D58 is #8B92A7. Grayscale: #6C6C6C. Windows color (decimal): -9147048 or 5795188. OLE color: 5795188.
HSL color Cylindrical-coordinate representation of color #746D58: hue angle of 45º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746D58 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 88 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.55 |
| HSL | 45º | 0.14% | 0.4% | - |
| HSV(B) | 45º | 0.24% | 0.45% | - |
| XYZ | 14.43 | 15.35 | 11.44 | - |
| YUV | 108.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 88 | 0 | 0.06 | 0.24 | 0.55 | 45 | 0.14 | 0.4 |
| Hex | 74 | 6D | 58 | 0 | 6 | 18 | 37 | 2D | E | 28 |
| Octal | 164 | 155 | 130 | 0 | 6 | 30 | 67 | 55 | 16 | 50 |
| Binary | 1110100 | 1101101 | 1011000 | 0 | 110 | 11000 | 110111 | 101101 | 1110 | 101000 |
Color Harmonies of #746D58
Complementary color
Monochromatic Colors of #746D58
Black with #746D58
Text Example
Text Example
White with #746D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D58; }
p { color: rgb(116,109,88); }
H1.HeaderClassName
{
color: #746D58;
}
.AnyTagClassName
{
color: #746D58;
}
</style>
background-color css
<style>
a { background-color: #746D58; }
a { background-color: rgb(116,109,88); }
div.DivClassName
{
background-color: #746D58;
}
.BgClassName
{
background-color: #746D58;
}
</style>
border-color css
<style>
span { border-color: #746D58; }
span { border-color: rgb(116,109,88); }
td.TdClassName
{
border-color: #746D58;
}
.TagClassName
{
border-color: #746D58;
}
</style>