Shades of Peat #786B50
Tints of Peat #786B50
RGB
CMYK
RGB Variations
Color information
#786B50 (or 0x786B50) is known color: Peat. HEX triplet: 78, 6B and 50. RGB value is (120,107,80). Sum of RGB (Red+Green+Blue) = 120+107+80=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #786B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B50 is #8794AF. Grayscale: #6B6B6B. Windows color (decimal): -8885424 or 5270392. OLE color: 5270392.
HSL color Cylindrical-coordinate representation of color #786B50: hue angle of 40.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786B50 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 80 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.53 |
| HSL | 40.5º | 0.2% | 0.39% | - |
| HSV(B) | 40.5º | 0.33% | 0.47% | - |
| XYZ | 14.45 | 15.09 | 9.74 | - |
| YUV | 107.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 80 | 0 | 0.11 | 0.33 | 0.53 | 40.5 | 0.2 | 0.39 |
| Hex | 78 | 6B | 50 | 0 | B | 21 | 35 | 28 | 14 | 27 |
| Octal | 170 | 153 | 120 | 0 | 13 | 41 | 65 | 50 | 24 | 47 |
| Binary | 1111000 | 1101011 | 1010000 | 0 | 1011 | 100001 | 110101 | 101000 | 10100 | 100111 |
Color Harmonies of #786B50
Complementary color
Monochromatic Colors of #786B50
Black with #786B50
Text Example
Text Example
White with #786B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B50; }
p { color: rgb(120,107,80); }
H1.HeaderClassName
{
color: #786B50;
}
.AnyTagClassName
{
color: #786B50;
}
</style>
background-color css
<style>
a { background-color: #786B50; }
a { background-color: rgb(120,107,80); }
div.DivClassName
{
background-color: #786B50;
}
.BgClassName
{
background-color: #786B50;
}
</style>
border-color css
<style>
span { border-color: #786B50; }
span { border-color: rgb(120,107,80); }
td.TdClassName
{
border-color: #786B50;
}
.TagClassName
{
border-color: #786B50;
}
</style>