Shades of Pine Cone #7B6A54
Tints of Pine Cone #7B6A54
RGB
CMYK
RGB Variations
Color information
#7B6A54 (or 0x7B6A54) is known color: Pine Cone. HEX triplet: 7B, 6A and 54. RGB value is (123,106,84). Sum of RGB (Red+Green+Blue) = 123+106+84=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A54 is #8495AB. Grayscale: #6C6C6C. Windows color (decimal): -8689068 or 5532283. OLE color: 5532283.
HSL color Cylindrical-coordinate representation of color #7B6A54: hue angle of 33.85º 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 #7B6A54 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 106 | 84 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.52 |
| HSL | 33.85º | 0.19% | 0.41% | - |
| HSV(B) | 33.85º | 0.32% | 0.48% | - |
| XYZ | 14.92 | 15.16 | 10.53 | - |
| YUV | 108.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 84 | 0 | 0.14 | 0.32 | 0.52 | 33.85 | 0.19 | 0.41 |
| Hex | 7B | 6A | 54 | 0 | E | 20 | 34 | 22 | 13 | 29 |
| Octal | 173 | 152 | 124 | 0 | 16 | 40 | 64 | 42 | 23 | 51 |
| Binary | 1111011 | 1101010 | 1010100 | 0 | 1110 | 100000 | 110100 | 100010 | 10011 | 101001 |
Color Harmonies of #7B6A54
Complementary color
Monochromatic Colors of #7B6A54
Black with #7B6A54
Text Example
Text Example
White with #7B6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6A54; }
p { color: rgb(123,106,84); }
H1.HeaderClassName
{
color: #7B6A54;
}
.AnyTagClassName
{
color: #7B6A54;
}
</style>
background-color css
<style>
a { background-color: #7B6A54; }
a { background-color: rgb(123,106,84); }
div.DivClassName
{
background-color: #7B6A54;
}
.BgClassName
{
background-color: #7B6A54;
}
</style>
border-color css
<style>
span { border-color: #7B6A54; }
span { border-color: rgb(123,106,84); }
td.TdClassName
{
border-color: #7B6A54;
}
.TagClassName
{
border-color: #7B6A54;
}
</style>