Shades of Pine Cone #765F4E
Tints of Pine Cone #765F4E
RGB
CMYK
RGB Variations
Color information
#765F4E (or 0x765F4E) is known color: Pine Cone. HEX triplet: 76, 5F and 4E. RGB value is (118,95,78). Sum of RGB (Red+Green+Blue) = 118+95+78=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #765F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F4E is #89A0B1. Grayscale: #646464. Windows color (decimal): -9019570 or 5136246. OLE color: 5136246.
HSL color Cylindrical-coordinate representation of color #765F4E: hue angle of 25.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #765F4E is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 78 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.54 |
| HSL | 25.5º | 0.2% | 0.38% | - |
| HSV(B) | 25.5º | 0.34% | 0.46% | - |
| XYZ | 12.94 | 12.59 | 8.96 | - |
| YUV | 99.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 78 | 0 | 0.19 | 0.34 | 0.54 | 25.5 | 0.2 | 0.38 |
| Hex | 76 | 5F | 4E | 0 | 13 | 22 | 36 | 1A | 14 | 26 |
| Octal | 166 | 137 | 116 | 0 | 23 | 42 | 66 | 32 | 24 | 46 |
| Binary | 1110110 | 1011111 | 1001110 | 0 | 10011 | 100010 | 110110 | 11010 | 10100 | 100110 |
Color Harmonies of #765F4E
Complementary color
Monochromatic Colors of #765F4E
Black with #765F4E
Text Example
Text Example
White with #765F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F4E; }
p { color: rgb(118,95,78); }
H1.HeaderClassName
{
color: #765F4E;
}
.AnyTagClassName
{
color: #765F4E;
}
</style>
background-color css
<style>
a { background-color: #765F4E; }
a { background-color: rgb(118,95,78); }
div.DivClassName
{
background-color: #765F4E;
}
.BgClassName
{
background-color: #765F4E;
}
</style>
border-color css
<style>
span { border-color: #765F4E; }
span { border-color: rgb(118,95,78); }
td.TdClassName
{
border-color: #765F4E;
}
.TagClassName
{
border-color: #765F4E;
}
</style>