Shades of Pine Cone #7B644D
Tints of Pine Cone #7B644D
RGB
CMYK
RGB Variations
Color information
#7B644D (or 0x7B644D) is known color: Pine Cone. HEX triplet: 7B, 64 and 4D. RGB value is (123,100,77). Sum of RGB (Red+Green+Blue) = 123+100+77=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B644D is #849BB2. Grayscale: #686868. Windows color (decimal): -8690611 or 5071995. OLE color: 5071995.
HSL color Cylindrical-coordinate representation of color #7B644D: hue angle of 30º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B644D is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 77 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.52 |
| HSL | 30º | 0.23% | 0.39% | - |
| HSV(B) | 30º | 0.37% | 0.48% | - |
| XYZ | 14.07 | 13.86 | 8.96 | - |
| YUV | 104.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 77 | 0 | 0.19 | 0.37 | 0.52 | 30 | 0.23 | 0.39 |
| Hex | 7B | 64 | 4D | 0 | 13 | 25 | 34 | 1E | 17 | 27 |
| Octal | 173 | 144 | 115 | 0 | 23 | 45 | 64 | 36 | 27 | 47 |
| Binary | 1111011 | 1100100 | 1001101 | 0 | 10011 | 100101 | 110100 | 11110 | 10111 | 100111 |
Color Harmonies of #7B644D
Complementary color
Monochromatic Colors of #7B644D
Black with #7B644D
Text Example
Text Example
White with #7B644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B644D; }
p { color: rgb(123,100,77); }
H1.HeaderClassName
{
color: #7B644D;
}
.AnyTagClassName
{
color: #7B644D;
}
</style>
background-color css
<style>
a { background-color: #7B644D; }
a { background-color: rgb(123,100,77); }
div.DivClassName
{
background-color: #7B644D;
}
.BgClassName
{
background-color: #7B644D;
}
</style>
border-color css
<style>
span { border-color: #7B644D; }
span { border-color: rgb(123,100,77); }
td.TdClassName
{
border-color: #7B644D;
}
.TagClassName
{
border-color: #7B644D;
}
</style>