Shades of Peat #756F58
Tints of Peat #756F58
RGB
CMYK
RGB Variations
Color information
#756F58 (or 0x756F58) is known color: Peat. HEX triplet: 75, 6F and 58. RGB value is (117,111,88). Sum of RGB (Red+Green+Blue) = 117+111+88=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F58 is #8A90A7. Grayscale: #6E6E6E. Windows color (decimal): -9081000 or 5795701. OLE color: 5795701.
HSL color Cylindrical-coordinate representation of color #756F58: hue angle of 47.59º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756F58 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 88 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.54 |
| HSL | 47.59º | 0.14% | 0.4% | - |
| HSV(B) | 47.59º | 0.25% | 0.46% | - |
| XYZ | 14.78 | 15.86 | 11.51 | - |
| YUV | 110.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 88 | 0 | 0.05 | 0.25 | 0.54 | 47.59 | 0.14 | 0.4 |
| Hex | 75 | 6F | 58 | 0 | 5 | 19 | 36 | 30 | E | 28 |
| Octal | 165 | 157 | 130 | 0 | 5 | 31 | 66 | 60 | 16 | 50 |
| Binary | 1110101 | 1101111 | 1011000 | 0 | 101 | 11001 | 110110 | 110000 | 1110 | 101000 |
Color Harmonies of #756F58
Complementary color
Monochromatic Colors of #756F58
Black with #756F58
Text Example
Text Example
White with #756F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F58; }
p { color: rgb(117,111,88); }
H1.HeaderClassName
{
color: #756F58;
}
.AnyTagClassName
{
color: #756F58;
}
</style>
background-color css
<style>
a { background-color: #756F58; }
a { background-color: rgb(117,111,88); }
div.DivClassName
{
background-color: #756F58;
}
.BgClassName
{
background-color: #756F58;
}
</style>
border-color css
<style>
span { border-color: #756F58; }
span { border-color: rgb(117,111,88); }
td.TdClassName
{
border-color: #756F58;
}
.TagClassName
{
border-color: #756F58;
}
</style>