Shades of Peat #766F51
Tints of Peat #766F51
RGB
CMYK
RGB Variations
Color information
#766F51 (or 0x766F51) is known color: Peat. HEX triplet: 76, 6F and 51. RGB value is (118,111,81). Sum of RGB (Red+Green+Blue) = 118+111+81=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #766F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F51 is #8990AE. Grayscale: #6D6D6D. Windows color (decimal): -9015471 or 5336950. OLE color: 5336950.
HSL color Cylindrical-coordinate representation of color #766F51: hue angle of 48.65º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766F51 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 81 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.54 |
| HSL | 48.65º | 0.19% | 0.39% | - |
| HSV(B) | 48.65º | 0.31% | 0.46% | - |
| XYZ | 14.64 | 15.81 | 10.07 | - |
| YUV | 109.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 81 | 0 | 0.06 | 0.31 | 0.54 | 48.65 | 0.19 | 0.39 |
| Hex | 76 | 6F | 51 | 0 | 6 | 1F | 36 | 31 | 13 | 27 |
| Octal | 166 | 157 | 121 | 0 | 6 | 37 | 66 | 61 | 23 | 47 |
| Binary | 1110110 | 1101111 | 1010001 | 0 | 110 | 11111 | 110110 | 110001 | 10011 | 100111 |
Color Harmonies of #766F51
Complementary color
Monochromatic Colors of #766F51
Black with #766F51
Text Example
Text Example
White with #766F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F51; }
p { color: rgb(118,111,81); }
H1.HeaderClassName
{
color: #766F51;
}
.AnyTagClassName
{
color: #766F51;
}
</style>
background-color css
<style>
a { background-color: #766F51; }
a { background-color: rgb(118,111,81); }
div.DivClassName
{
background-color: #766F51;
}
.BgClassName
{
background-color: #766F51;
}
</style>
border-color css
<style>
span { border-color: #766F51; }
span { border-color: rgb(118,111,81); }
td.TdClassName
{
border-color: #766F51;
}
.TagClassName
{
border-color: #766F51;
}
</style>