Shades of Pine Cone #76624B
Tints of Pine Cone #76624B
RGB
CMYK
RGB Variations
Color information
#76624B (or 0x76624B) is known color: Pine Cone. HEX triplet: 76, 62 and 4B. RGB value is (118,98,75). Sum of RGB (Red+Green+Blue) = 118+98+75=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #76624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76624B is #899DB4. Grayscale: #656565. Windows color (decimal): -9018805 or 4940406. OLE color: 4940406.
HSL color Cylindrical-coordinate representation of color #76624B: hue angle of 32.09º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76624B is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 75 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.54 |
| HSL | 32.09º | 0.22% | 0.38% | - |
| HSV(B) | 32.09º | 0.36% | 0.46% | - |
| XYZ | 13.11 | 13.09 | 8.49 | - |
| YUV | 101.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 75 | 0 | 0.17 | 0.36 | 0.54 | 32.09 | 0.22 | 0.38 |
| Hex | 76 | 62 | 4B | 0 | 11 | 24 | 36 | 20 | 16 | 26 |
| Octal | 166 | 142 | 113 | 0 | 21 | 44 | 66 | 40 | 26 | 46 |
| Binary | 1110110 | 1100010 | 1001011 | 0 | 10001 | 100100 | 110110 | 100000 | 10110 | 100110 |
Color Harmonies of #76624B
Complementary color
Monochromatic Colors of #76624B
Black with #76624B
Text Example
Text Example
White with #76624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76624B; }
p { color: rgb(118,98,75); }
H1.HeaderClassName
{
color: #76624B;
}
.AnyTagClassName
{
color: #76624B;
}
</style>
background-color css
<style>
a { background-color: #76624B; }
a { background-color: rgb(118,98,75); }
div.DivClassName
{
background-color: #76624B;
}
.BgClassName
{
background-color: #76624B;
}
</style>
border-color css
<style>
span { border-color: #76624B; }
span { border-color: rgb(118,98,75); }
td.TdClassName
{
border-color: #76624B;
}
.TagClassName
{
border-color: #76624B;
}
</style>