Shades of Peat #756F59
Tints of Peat #756F59
RGB
CMYK
RGB Variations
Color information
#756F59 (or 0x756F59) is known color: Peat. HEX triplet: 75, 6F and 59. RGB value is (117,111,89). Sum of RGB (Red+Green+Blue) = 117+111+89=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F59 is #8A90A6. Grayscale: #6E6E6E. Windows color (decimal): -9080999 or 5861237. OLE color: 5861237.
HSL color Cylindrical-coordinate representation of color #756F59: hue angle of 47.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756F59 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 89 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.54 |
| HSL | 47.14º | 0.14% | 0.4% | - |
| HSV(B) | 47.14º | 0.24% | 0.46% | - |
| XYZ | 14.82 | 15.87 | 11.73 | - |
| YUV | 110.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 89 | 0 | 0.05 | 0.24 | 0.54 | 47.14 | 0.14 | 0.4 |
| Hex | 75 | 6F | 59 | 0 | 5 | 18 | 36 | 2F | E | 28 |
| Octal | 165 | 157 | 131 | 0 | 5 | 30 | 66 | 57 | 16 | 50 |
| Binary | 1110101 | 1101111 | 1011001 | 0 | 101 | 11000 | 110110 | 101111 | 1110 | 101000 |
Color Harmonies of #756F59
Complementary color
Monochromatic Colors of #756F59
Black with #756F59
Text Example
Text Example
White with #756F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F59; }
p { color: rgb(117,111,89); }
H1.HeaderClassName
{
color: #756F59;
}
.AnyTagClassName
{
color: #756F59;
}
</style>
background-color css
<style>
a { background-color: #756F59; }
a { background-color: rgb(117,111,89); }
div.DivClassName
{
background-color: #756F59;
}
.BgClassName
{
background-color: #756F59;
}
</style>
border-color css
<style>
span { border-color: #756F59; }
span { border-color: rgb(117,111,89); }
td.TdClassName
{
border-color: #756F59;
}
.TagClassName
{
border-color: #756F59;
}
</style>