Shades of Peat #756F51
Tints of Peat #756F51
RGB
CMYK
RGB Variations
Color information
#756F51 (or 0x756F51) is known color: Peat. HEX triplet: 75, 6F and 51. RGB value is (117,111,81). Sum of RGB (Red+Green+Blue) = 117+111+81=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F51 is #8A90AE. Grayscale: #6D6D6D. Windows color (decimal): -9081007 or 5336949. OLE color: 5336949.
HSL color Cylindrical-coordinate representation of color #756F51: hue angle of 50º degrees, saturation: 0.18, 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 #756F51 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 81 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.54 |
| HSL | 50º | 0.18% | 0.39% | - |
| HSV(B) | 50º | 0.31% | 0.46% | - |
| XYZ | 14.51 | 15.74 | 10.06 | - |
| YUV | 109.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 81 | 0 | 0.05 | 0.31 | 0.54 | 50 | 0.18 | 0.39 |
| Hex | 75 | 6F | 51 | 0 | 5 | 1F | 36 | 32 | 12 | 27 |
| Octal | 165 | 157 | 121 | 0 | 5 | 37 | 66 | 62 | 22 | 47 |
| Binary | 1110101 | 1101111 | 1010001 | 0 | 101 | 11111 | 110110 | 110010 | 10010 | 100111 |
Color Harmonies of #756F51
Complementary color
Monochromatic Colors of #756F51
Black with #756F51
Text Example
Text Example
White with #756F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F51; }
p { color: rgb(117,111,81); }
H1.HeaderClassName
{
color: #756F51;
}
.AnyTagClassName
{
color: #756F51;
}
</style>
background-color css
<style>
a { background-color: #756F51; }
a { background-color: rgb(117,111,81); }
div.DivClassName
{
background-color: #756F51;
}
.BgClassName
{
background-color: #756F51;
}
</style>
border-color css
<style>
span { border-color: #756F51; }
span { border-color: rgb(117,111,81); }
td.TdClassName
{
border-color: #756F51;
}
.TagClassName
{
border-color: #756F51;
}
</style>