Shades of Peat #766F58
Tints of Peat #766F58
RGB
CMYK
RGB Variations
Color information
#766F58 (or 0x766F58) is known color: Peat. HEX triplet: 76, 6F and 58. RGB value is (118,111,88). Sum of RGB (Red+Green+Blue) = 118+111+88=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F58 is #8990A7. Grayscale: #6E6E6E. Windows color (decimal): -9015464 or 5795702. OLE color: 5795702.
HSL color Cylindrical-coordinate representation of color #766F58: hue angle of 46º degrees, saturation: 0.15, 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 #766F58 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 88 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.54 |
| HSL | 46º | 0.15% | 0.4% | - |
| HSV(B) | 46º | 0.25% | 0.46% | - |
| XYZ | 14.92 | 15.93 | 11.52 | - |
| YUV | 110.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 88 | 0 | 0.06 | 0.25 | 0.54 | 46 | 0.15 | 0.4 |
| Hex | 76 | 6F | 58 | 0 | 6 | 19 | 36 | 2E | F | 28 |
| Octal | 166 | 157 | 130 | 0 | 6 | 31 | 66 | 56 | 17 | 50 |
| Binary | 1110110 | 1101111 | 1011000 | 0 | 110 | 11001 | 110110 | 101110 | 1111 | 101000 |
Color Harmonies of #766F58
Complementary color
Monochromatic Colors of #766F58
Black with #766F58
Text Example
Text Example
White with #766F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F58; }
p { color: rgb(118,111,88); }
H1.HeaderClassName
{
color: #766F58;
}
.AnyTagClassName
{
color: #766F58;
}
</style>
background-color css
<style>
a { background-color: #766F58; }
a { background-color: rgb(118,111,88); }
div.DivClassName
{
background-color: #766F58;
}
.BgClassName
{
background-color: #766F58;
}
</style>
border-color css
<style>
span { border-color: #766F58; }
span { border-color: rgb(118,111,88); }
td.TdClassName
{
border-color: #766F58;
}
.TagClassName
{
border-color: #766F58;
}
</style>