Shades of Peat #786D4F
Tints of Peat #786D4F
RGB
CMYK
RGB Variations
Color information
#786D4F (or 0x786D4F) is known color: Peat. HEX triplet: 78, 6D and 4F. RGB value is (120,109,79). Sum of RGB (Red+Green+Blue) = 120+109+79=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #786D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D4F is #8792B0. Grayscale: #6D6D6D. Windows color (decimal): -8884913 or 5205368. OLE color: 5205368.
HSL color Cylindrical-coordinate representation of color #786D4F: hue angle of 43.9º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786D4F is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 79 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.53 |
| HSL | 43.9º | 0.21% | 0.39% | - |
| HSV(B) | 43.9º | 0.34% | 0.47% | - |
| XYZ | 14.63 | 15.49 | 9.62 | - |
| YUV | 108.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 79 | 0 | 0.09 | 0.34 | 0.53 | 43.9 | 0.21 | 0.39 |
| Hex | 78 | 6D | 4F | 0 | 9 | 22 | 35 | 2C | 15 | 27 |
| Octal | 170 | 155 | 117 | 0 | 11 | 42 | 65 | 54 | 25 | 47 |
| Binary | 1111000 | 1101101 | 1001111 | 0 | 1001 | 100010 | 110101 | 101100 | 10101 | 100111 |
Color Harmonies of #786D4F
Complementary color
Monochromatic Colors of #786D4F
Black with #786D4F
Text Example
Text Example
White with #786D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D4F; }
p { color: rgb(120,109,79); }
H1.HeaderClassName
{
color: #786D4F;
}
.AnyTagClassName
{
color: #786D4F;
}
</style>
background-color css
<style>
a { background-color: #786D4F; }
a { background-color: rgb(120,109,79); }
div.DivClassName
{
background-color: #786D4F;
}
.BgClassName
{
background-color: #786D4F;
}
</style>
border-color css
<style>
span { border-color: #786D4F; }
span { border-color: rgb(120,109,79); }
td.TdClassName
{
border-color: #786D4F;
}
.TagClassName
{
border-color: #786D4F;
}
</style>