Shades of Pine Cone #78644C
Tints of Pine Cone #78644C
RGB
CMYK
RGB Variations
Color information
#78644C (or 0x78644C) is known color: Pine Cone. HEX triplet: 78, 64 and 4C. RGB value is (120,100,76). Sum of RGB (Red+Green+Blue) = 120+100+76=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78644C is #879BB3. Grayscale: #676767. Windows color (decimal): -8887220 or 5006456. OLE color: 5006456.
HSL color Cylindrical-coordinate representation of color #78644C: hue angle of 32.73º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78644C is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 100 | 76 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.53 |
| HSL | 32.73º | 0.22% | 0.38% | - |
| HSV(B) | 32.73º | 0.37% | 0.47% | - |
| XYZ | 13.61 | 13.63 | 8.75 | - |
| YUV | 103.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 76 | 0 | 0.17 | 0.37 | 0.53 | 32.73 | 0.22 | 0.38 |
| Hex | 78 | 64 | 4C | 0 | 11 | 25 | 35 | 21 | 16 | 26 |
| Octal | 170 | 144 | 114 | 0 | 21 | 45 | 65 | 41 | 26 | 46 |
| Binary | 1111000 | 1100100 | 1001100 | 0 | 10001 | 100101 | 110101 | 100001 | 10110 | 100110 |
Color Harmonies of #78644C
Complementary color
Monochromatic Colors of #78644C
Black with #78644C
Text Example
Text Example
White with #78644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78644C; }
p { color: rgb(120,100,76); }
H1.HeaderClassName
{
color: #78644C;
}
.AnyTagClassName
{
color: #78644C;
}
</style>
background-color css
<style>
a { background-color: #78644C; }
a { background-color: rgb(120,100,76); }
div.DivClassName
{
background-color: #78644C;
}
.BgClassName
{
background-color: #78644C;
}
</style>
border-color css
<style>
span { border-color: #78644C; }
span { border-color: rgb(120,100,76); }
td.TdClassName
{
border-color: #78644C;
}
.TagClassName
{
border-color: #78644C;
}
</style>