Shades of Peat #766A4D
Tints of Peat #766A4D
RGB
CMYK
RGB Variations
Color information
#766A4D (or 0x766A4D) is known color: Peat. HEX triplet: 76, 6A and 4D. RGB value is (118,106,77). Sum of RGB (Red+Green+Blue) = 118+106+77=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A4D is #8995B2. Grayscale: #6A6A6A. Windows color (decimal): -9016755 or 5073526. OLE color: 5073526.
HSL color Cylindrical-coordinate representation of color #766A4D: hue angle of 42.44º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766A4D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 77 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.54 |
| HSL | 42.44º | 0.21% | 0.38% | - |
| HSV(B) | 42.44º | 0.35% | 0.46% | - |
| XYZ | 13.96 | 14.7 | 9.12 | - |
| YUV | 106.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 77 | 0 | 0.10 | 0.35 | 0.54 | 42.44 | 0.21 | 0.38 |
| Hex | 76 | 6A | 4D | 0 | A | 23 | 36 | 2A | 15 | 26 |
| Octal | 166 | 152 | 115 | 0 | 12 | 43 | 66 | 52 | 25 | 46 |
| Binary | 1110110 | 1101010 | 1001101 | 0 | 1010 | 100011 | 110110 | 101010 | 10101 | 100110 |
Color Harmonies of #766A4D
Complementary color
Monochromatic Colors of #766A4D
Black with #766A4D
Text Example
Text Example
White with #766A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A4D; }
p { color: rgb(118,106,77); }
H1.HeaderClassName
{
color: #766A4D;
}
.AnyTagClassName
{
color: #766A4D;
}
</style>
background-color css
<style>
a { background-color: #766A4D; }
a { background-color: rgb(118,106,77); }
div.DivClassName
{
background-color: #766A4D;
}
.BgClassName
{
background-color: #766A4D;
}
</style>
border-color css
<style>
span { border-color: #766A4D; }
span { border-color: rgb(118,106,77); }
td.TdClassName
{
border-color: #766A4D;
}
.TagClassName
{
border-color: #766A4D;
}
</style>