Shades of Pine Cone #76624D
Tints of Pine Cone #76624D
RGB
CMYK
RGB Variations
Color information
#76624D (or 0x76624D) is known color: Pine Cone. HEX triplet: 76, 62 and 4D. RGB value is (118,98,77). Sum of RGB (Red+Green+Blue) = 118+98+77=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76624D is #899DB2. Grayscale: #656565. Windows color (decimal): -9018803 or 5071478. OLE color: 5071478.
HSL color Cylindrical-coordinate representation of color #76624D: hue angle of 30.73º 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 #76624D is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 77 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.54 |
| HSL | 30.73º | 0.21% | 0.38% | - |
| HSV(B) | 30.73º | 0.35% | 0.46% | - |
| XYZ | 13.18 | 13.12 | 8.86 | - |
| YUV | 101.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 77 | 0 | 0.17 | 0.35 | 0.54 | 30.73 | 0.21 | 0.38 |
| Hex | 76 | 62 | 4D | 0 | 11 | 23 | 36 | 1F | 15 | 26 |
| Octal | 166 | 142 | 115 | 0 | 21 | 43 | 66 | 37 | 25 | 46 |
| Binary | 1110110 | 1100010 | 1001101 | 0 | 10001 | 100011 | 110110 | 11111 | 10101 | 100110 |
Color Harmonies of #76624D
Complementary color
Monochromatic Colors of #76624D
Black with #76624D
Text Example
Text Example
White with #76624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76624D; }
p { color: rgb(118,98,77); }
H1.HeaderClassName
{
color: #76624D;
}
.AnyTagClassName
{
color: #76624D;
}
</style>
background-color css
<style>
a { background-color: #76624D; }
a { background-color: rgb(118,98,77); }
div.DivClassName
{
background-color: #76624D;
}
.BgClassName
{
background-color: #76624D;
}
</style>
border-color css
<style>
span { border-color: #76624D; }
span { border-color: rgb(118,98,77); }
td.TdClassName
{
border-color: #76624D;
}
.TagClassName
{
border-color: #76624D;
}
</style>