Shades of Pine Cone #76604D
Tints of Pine Cone #76604D
RGB
CMYK
RGB Variations
Color information
#76604D (or 0x76604D) is known color: Pine Cone. HEX triplet: 76, 60 and 4D. RGB value is (118,96,77). Sum of RGB (Red+Green+Blue) = 118+96+77=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #76604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76604D is #899FB2. Grayscale: #646464. Windows color (decimal): -9019315 or 5070966. OLE color: 5070966.
HSL color Cylindrical-coordinate representation of color #76604D: hue angle of 27.8º 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 #76604D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 77 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.54 |
| HSL | 27.8º | 0.21% | 0.38% | - |
| HSV(B) | 27.8º | 0.35% | 0.46% | - |
| XYZ | 12.99 | 12.75 | 8.8 | - |
| YUV | 100.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 77 | 0 | 0.19 | 0.35 | 0.54 | 27.8 | 0.21 | 0.38 |
| Hex | 76 | 60 | 4D | 0 | 13 | 23 | 36 | 1C | 15 | 26 |
| Octal | 166 | 140 | 115 | 0 | 23 | 43 | 66 | 34 | 25 | 46 |
| Binary | 1110110 | 1100000 | 1001101 | 0 | 10011 | 100011 | 110110 | 11100 | 10101 | 100110 |
Color Harmonies of #76604D
Complementary color
Monochromatic Colors of #76604D
Black with #76604D
Text Example
Text Example
White with #76604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76604D; }
p { color: rgb(118,96,77); }
H1.HeaderClassName
{
color: #76604D;
}
.AnyTagClassName
{
color: #76604D;
}
</style>
background-color css
<style>
a { background-color: #76604D; }
a { background-color: rgb(118,96,77); }
div.DivClassName
{
background-color: #76604D;
}
.BgClassName
{
background-color: #76604D;
}
</style>
border-color css
<style>
span { border-color: #76604D; }
span { border-color: rgb(118,96,77); }
td.TdClassName
{
border-color: #76604D;
}
.TagClassName
{
border-color: #76604D;
}
</style>