Shades of Peat #776B4E
Tints of Peat #776B4E
RGB
CMYK
RGB Variations
Color information
#776B4E (or 0x776B4E) is known color: Peat. HEX triplet: 77, 6B and 4E. RGB value is (119,107,78). Sum of RGB (Red+Green+Blue) = 119+107+78=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #776B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B4E is #8894B1. Grayscale: #6B6B6B. Windows color (decimal): -8950962 or 5139319. OLE color: 5139319.
HSL color Cylindrical-coordinate representation of color #776B4E: hue angle of 42.44º 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 #776B4E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 78 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.53 |
| HSL | 42.44º | 0.21% | 0.39% | - |
| HSV(B) | 42.44º | 0.34% | 0.47% | - |
| XYZ | 14.24 | 14.99 | 9.35 | - |
| YUV | 107.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 78 | 0 | 0.10 | 0.34 | 0.53 | 42.44 | 0.21 | 0.39 |
| Hex | 77 | 6B | 4E | 0 | A | 22 | 35 | 2A | 15 | 27 |
| Octal | 167 | 153 | 116 | 0 | 12 | 42 | 65 | 52 | 25 | 47 |
| Binary | 1110111 | 1101011 | 1001110 | 0 | 1010 | 100010 | 110101 | 101010 | 10101 | 100111 |
Color Harmonies of #776B4E
Complementary color
Monochromatic Colors of #776B4E
Black with #776B4E
Text Example
Text Example
White with #776B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B4E; }
p { color: rgb(119,107,78); }
H1.HeaderClassName
{
color: #776B4E;
}
.AnyTagClassName
{
color: #776B4E;
}
</style>
background-color css
<style>
a { background-color: #776B4E; }
a { background-color: rgb(119,107,78); }
div.DivClassName
{
background-color: #776B4E;
}
.BgClassName
{
background-color: #776B4E;
}
</style>
border-color css
<style>
span { border-color: #776B4E; }
span { border-color: rgb(119,107,78); }
td.TdClassName
{
border-color: #776B4E;
}
.TagClassName
{
border-color: #776B4E;
}
</style>