Shades of Peat #766F59
Tints of Peat #766F59
RGB
CMYK
RGB Variations
Color information
#766F59 (or 0x766F59) is known color: Peat. HEX triplet: 76, 6F and 59. RGB value is (118,111,89). Sum of RGB (Red+Green+Blue) = 118+111+89=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F59 is #8990A6. Grayscale: #6E6E6E. Windows color (decimal): -9015463 or 5861238. OLE color: 5861238.
HSL color Cylindrical-coordinate representation of color #766F59: hue angle of 45.52º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766F59 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 89 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.54 |
| HSL | 45.52º | 0.14% | 0.41% | - |
| HSV(B) | 45.52º | 0.25% | 0.46% | - |
| XYZ | 14.96 | 15.94 | 11.74 | - |
| YUV | 110.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 89 | 0 | 0.06 | 0.25 | 0.54 | 45.52 | 0.14 | 0.41 |
| Hex | 76 | 6F | 59 | 0 | 6 | 19 | 36 | 2E | E | 29 |
| Octal | 166 | 157 | 131 | 0 | 6 | 31 | 66 | 56 | 16 | 51 |
| Binary | 1110110 | 1101111 | 1011001 | 0 | 110 | 11001 | 110110 | 101110 | 1110 | 101001 |
Color Harmonies of #766F59
Complementary color
Monochromatic Colors of #766F59
Black with #766F59
Text Example
Text Example
White with #766F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F59; }
p { color: rgb(118,111,89); }
H1.HeaderClassName
{
color: #766F59;
}
.AnyTagClassName
{
color: #766F59;
}
</style>
background-color css
<style>
a { background-color: #766F59; }
a { background-color: rgb(118,111,89); }
div.DivClassName
{
background-color: #766F59;
}
.BgClassName
{
background-color: #766F59;
}
</style>
border-color css
<style>
span { border-color: #766F59; }
span { border-color: rgb(118,111,89); }
td.TdClassName
{
border-color: #766F59;
}
.TagClassName
{
border-color: #766F59;
}
</style>