Shades of Peat #766D4F
Tints of Peat #766D4F
RGB
CMYK
RGB Variations
Color information
#766D4F (or 0x766D4F) is known color: Peat. HEX triplet: 76, 6D and 4F. RGB value is (118,109,79). Sum of RGB (Red+Green+Blue) = 118+109+79=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D4F is #8992B0. Grayscale: #6C6C6C. Windows color (decimal): -9015985 or 5205366. OLE color: 5205366.
HSL color Cylindrical-coordinate representation of color #766D4F: hue angle of 46.15º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766D4F is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 79 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.54 |
| HSL | 46.15º | 0.2% | 0.39% | - |
| HSV(B) | 46.15º | 0.33% | 0.46% | - |
| XYZ | 14.35 | 15.35 | 9.6 | - |
| YUV | 108.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 79 | 0 | 0.08 | 0.33 | 0.54 | 46.15 | 0.2 | 0.39 |
| Hex | 76 | 6D | 4F | 0 | 8 | 21 | 36 | 2E | 14 | 27 |
| Octal | 166 | 155 | 117 | 0 | 10 | 41 | 66 | 56 | 24 | 47 |
| Binary | 1110110 | 1101101 | 1001111 | 0 | 1000 | 100001 | 110110 | 101110 | 10100 | 100111 |
Color Harmonies of #766D4F
Complementary color
Monochromatic Colors of #766D4F
Black with #766D4F
Text Example
Text Example
White with #766D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D4F; }
p { color: rgb(118,109,79); }
H1.HeaderClassName
{
color: #766D4F;
}
.AnyTagClassName
{
color: #766D4F;
}
</style>
background-color css
<style>
a { background-color: #766D4F; }
a { background-color: rgb(118,109,79); }
div.DivClassName
{
background-color: #766D4F;
}
.BgClassName
{
background-color: #766D4F;
}
</style>
border-color css
<style>
span { border-color: #766D4F; }
span { border-color: rgb(118,109,79); }
td.TdClassName
{
border-color: #766D4F;
}
.TagClassName
{
border-color: #766D4F;
}
</style>