Shades of Peat #756C58
Tints of Peat #756C58
RGB
CMYK
RGB Variations
Color information
#756C58 (or 0x756C58) is known color: Peat. HEX triplet: 75, 6C and 58. RGB value is (117,108,88). Sum of RGB (Red+Green+Blue) = 117+108+88=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #756C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C58 is #8A93A7. Grayscale: #6C6C6C. Windows color (decimal): -9081768 or 5794933. OLE color: 5794933.
HSL color Cylindrical-coordinate representation of color #756C58: hue angle of 41.38º 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 #756C58 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 88 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.54 |
| HSL | 41.38º | 0.14% | 0.4% | - |
| HSV(B) | 41.38º | 0.25% | 0.46% | - |
| XYZ | 14.46 | 15.21 | 11.41 | - |
| YUV | 108.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 88 | 0 | 0.08 | 0.25 | 0.54 | 41.38 | 0.14 | 0.4 |
| Hex | 75 | 6C | 58 | 0 | 8 | 19 | 36 | 29 | E | 28 |
| Octal | 165 | 154 | 130 | 0 | 10 | 31 | 66 | 51 | 16 | 50 |
| Binary | 1110101 | 1101100 | 1011000 | 0 | 1000 | 11001 | 110110 | 101001 | 1110 | 101000 |
Color Harmonies of #756C58
Complementary color
Monochromatic Colors of #756C58
Black with #756C58
Text Example
Text Example
White with #756C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C58; }
p { color: rgb(117,108,88); }
H1.HeaderClassName
{
color: #756C58;
}
.AnyTagClassName
{
color: #756C58;
}
</style>
background-color css
<style>
a { background-color: #756C58; }
a { background-color: rgb(117,108,88); }
div.DivClassName
{
background-color: #756C58;
}
.BgClassName
{
background-color: #756C58;
}
</style>
border-color css
<style>
span { border-color: #756C58; }
span { border-color: rgb(117,108,88); }
td.TdClassName
{
border-color: #756C58;
}
.TagClassName
{
border-color: #756C58;
}
</style>