Shades of Pine Cone #7B6954
Tints of Pine Cone #7B6954
RGB
CMYK
RGB Variations
Color information
#7B6954 (or 0x7B6954) is known color: Pine Cone. HEX triplet: 7B, 69 and 54. RGB value is (123,105,84). Sum of RGB (Red+Green+Blue) = 123+105+84=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6954 is #8496AB. Grayscale: #6C6C6C. Windows color (decimal): -8689324 or 5532027. OLE color: 5532027.
HSL color Cylindrical-coordinate representation of color #7B6954: hue angle of 32.31º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B6954 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 84 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.52 |
| HSL | 32.31º | 0.19% | 0.41% | - |
| HSV(B) | 32.31º | 0.32% | 0.48% | - |
| XYZ | 14.82 | 14.95 | 10.49 | - |
| YUV | 107.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 84 | 0 | 0.15 | 0.32 | 0.52 | 32.31 | 0.19 | 0.41 |
| Hex | 7B | 69 | 54 | 0 | F | 20 | 34 | 20 | 13 | 29 |
| Octal | 173 | 151 | 124 | 0 | 17 | 40 | 64 | 40 | 23 | 51 |
| Binary | 1111011 | 1101001 | 1010100 | 0 | 1111 | 100000 | 110100 | 100000 | 10011 | 101001 |
Color Harmonies of #7B6954
Complementary color
Monochromatic Colors of #7B6954
Black with #7B6954
Text Example
Text Example
White with #7B6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6954; }
p { color: rgb(123,105,84); }
H1.HeaderClassName
{
color: #7B6954;
}
.AnyTagClassName
{
color: #7B6954;
}
</style>
background-color css
<style>
a { background-color: #7B6954; }
a { background-color: rgb(123,105,84); }
div.DivClassName
{
background-color: #7B6954;
}
.BgClassName
{
background-color: #7B6954;
}
</style>
border-color css
<style>
span { border-color: #7B6954; }
span { border-color: rgb(123,105,84); }
td.TdClassName
{
border-color: #7B6954;
}
.TagClassName
{
border-color: #7B6954;
}
</style>