Shades of Peat #766C54
Tints of Peat #766C54
RGB
CMYK
RGB Variations
Color information
#766C54 (or 0x766C54) is known color: Peat. HEX triplet: 76, 6C and 54. RGB value is (118,108,84). Sum of RGB (Red+Green+Blue) = 118+108+84=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #766C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C54 is #8993AB. Grayscale: #6C6C6C. Windows color (decimal): -9016236 or 5532790. OLE color: 5532790.
HSL color Cylindrical-coordinate representation of color #766C54: hue angle of 42.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766C54 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 84 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.54 |
| HSL | 42.35º | 0.17% | 0.4% | - |
| HSV(B) | 42.35º | 0.29% | 0.46% | - |
| XYZ | 14.43 | 15.22 | 10.56 | - |
| YUV | 108.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 84 | 0 | 0.08 | 0.29 | 0.54 | 42.35 | 0.17 | 0.4 |
| Hex | 76 | 6C | 54 | 0 | 8 | 1D | 36 | 2A | 11 | 28 |
| Octal | 166 | 154 | 124 | 0 | 10 | 35 | 66 | 52 | 21 | 50 |
| Binary | 1110110 | 1101100 | 1010100 | 0 | 1000 | 11101 | 110110 | 101010 | 10001 | 101000 |
Color Harmonies of #766C54
Complementary color
Monochromatic Colors of #766C54
Black with #766C54
Text Example
Text Example
White with #766C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C54; }
p { color: rgb(118,108,84); }
H1.HeaderClassName
{
color: #766C54;
}
.AnyTagClassName
{
color: #766C54;
}
</style>
background-color css
<style>
a { background-color: #766C54; }
a { background-color: rgb(118,108,84); }
div.DivClassName
{
background-color: #766C54;
}
.BgClassName
{
background-color: #766C54;
}
</style>
border-color css
<style>
span { border-color: #766C54; }
span { border-color: rgb(118,108,84); }
td.TdClassName
{
border-color: #766C54;
}
.TagClassName
{
border-color: #766C54;
}
</style>