Shades of Peat #767154
Tints of Peat #767154
RGB
CMYK
RGB Variations
Color information
#767154 (or 0x767154) is known color: Peat. HEX triplet: 76, 71 and 54. RGB value is (118,113,84). Sum of RGB (Red+Green+Blue) = 118+113+84=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #767154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767154 is #898EAB. Grayscale: #6F6F6F. Windows color (decimal): -9014956 or 5534070. OLE color: 5534070.
HSL color Cylindrical-coordinate representation of color #767154: hue angle of 51.18º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #767154 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 84 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.54 |
| HSL | 51.18º | 0.17% | 0.4% | - |
| HSV(B) | 51.18º | 0.29% | 0.46% | - |
| XYZ | 14.98 | 16.3 | 10.74 | - |
| YUV | 111.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 84 | 0 | 0.04 | 0.29 | 0.54 | 51.18 | 0.17 | 0.4 |
| Hex | 76 | 71 | 54 | 0 | 4 | 1D | 36 | 33 | 11 | 28 |
| Octal | 166 | 161 | 124 | 0 | 4 | 35 | 66 | 63 | 21 | 50 |
| Binary | 1110110 | 1110001 | 1010100 | 0 | 100 | 11101 | 110110 | 110011 | 10001 | 101000 |
Color Harmonies of #767154
Complementary color
Monochromatic Colors of #767154
Black with #767154
Text Example
Text Example
White with #767154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767154; }
p { color: rgb(118,113,84); }
H1.HeaderClassName
{
color: #767154;
}
.AnyTagClassName
{
color: #767154;
}
</style>
background-color css
<style>
a { background-color: #767154; }
a { background-color: rgb(118,113,84); }
div.DivClassName
{
background-color: #767154;
}
.BgClassName
{
background-color: #767154;
}
</style>
border-color css
<style>
span { border-color: #767154; }
span { border-color: rgb(118,113,84); }
td.TdClassName
{
border-color: #767154;
}
.TagClassName
{
border-color: #767154;
}
</style>