Shades of Peat #786D53
Tints of Peat #786D53
RGB
CMYK
RGB Variations
Color information
#786D53 (or 0x786D53) is known color: Peat. HEX triplet: 78, 6D and 53. RGB value is (120,109,83). Sum of RGB (Red+Green+Blue) = 120+109+83=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #786D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D53 is #8792AC. Grayscale: #6D6D6D. Windows color (decimal): -8884909 or 5467512. OLE color: 5467512.
HSL color Cylindrical-coordinate representation of color #786D53: hue angle of 42.16º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786D53 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 83 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.53 |
| HSL | 42.16º | 0.18% | 0.4% | - |
| HSV(B) | 42.16º | 0.31% | 0.47% | - |
| XYZ | 14.78 | 15.55 | 10.41 | - |
| YUV | 109.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 83 | 0 | 0.09 | 0.31 | 0.53 | 42.16 | 0.18 | 0.4 |
| Hex | 78 | 6D | 53 | 0 | 9 | 1F | 35 | 2A | 12 | 28 |
| Octal | 170 | 155 | 123 | 0 | 11 | 37 | 65 | 52 | 22 | 50 |
| Binary | 1111000 | 1101101 | 1010011 | 0 | 1001 | 11111 | 110101 | 101010 | 10010 | 101000 |
Color Harmonies of #786D53
Complementary color
Monochromatic Colors of #786D53
Black with #786D53
Text Example
Text Example
White with #786D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D53; }
p { color: rgb(120,109,83); }
H1.HeaderClassName
{
color: #786D53;
}
.AnyTagClassName
{
color: #786D53;
}
</style>
background-color css
<style>
a { background-color: #786D53; }
a { background-color: rgb(120,109,83); }
div.DivClassName
{
background-color: #786D53;
}
.BgClassName
{
background-color: #786D53;
}
</style>
border-color css
<style>
span { border-color: #786D53; }
span { border-color: rgb(120,109,83); }
td.TdClassName
{
border-color: #786D53;
}
.TagClassName
{
border-color: #786D53;
}
</style>