Shades of Peat #766E57
Tints of Peat #766E57
RGB
CMYK
RGB Variations
Color information
#766E57 (or 0x766E57) is known color: Peat. HEX triplet: 76, 6E and 57. RGB value is (118,110,87). Sum of RGB (Red+Green+Blue) = 118+110+87=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E57 is #8991A8. Grayscale: #6D6D6D. Windows color (decimal): -9015721 or 5729910. OLE color: 5729910.
HSL color Cylindrical-coordinate representation of color #766E57: hue angle of 44.52º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766E57 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 87 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.54 |
| HSL | 44.52º | 0.15% | 0.4% | - |
| HSV(B) | 44.52º | 0.26% | 0.46% | - |
| XYZ | 14.77 | 15.69 | 11.27 | - |
| YUV | 109.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 87 | 0 | 0.07 | 0.26 | 0.54 | 44.52 | 0.15 | 0.4 |
| Hex | 76 | 6E | 57 | 0 | 7 | 1A | 36 | 2D | F | 28 |
| Octal | 166 | 156 | 127 | 0 | 7 | 32 | 66 | 55 | 17 | 50 |
| Binary | 1110110 | 1101110 | 1010111 | 0 | 111 | 11010 | 110110 | 101101 | 1111 | 101000 |
Color Harmonies of #766E57
Complementary color
Monochromatic Colors of #766E57
Black with #766E57
Text Example
Text Example
White with #766E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E57; }
p { color: rgb(118,110,87); }
H1.HeaderClassName
{
color: #766E57;
}
.AnyTagClassName
{
color: #766E57;
}
</style>
background-color css
<style>
a { background-color: #766E57; }
a { background-color: rgb(118,110,87); }
div.DivClassName
{
background-color: #766E57;
}
.BgClassName
{
background-color: #766E57;
}
</style>
border-color css
<style>
span { border-color: #766E57; }
span { border-color: rgb(118,110,87); }
td.TdClassName
{
border-color: #766E57;
}
.TagClassName
{
border-color: #766E57;
}
</style>