Shades of Pine Cone #7B654D
Tints of Pine Cone #7B654D
RGB
CMYK
RGB Variations
Color information
#7B654D (or 0x7B654D) is known color: Pine Cone. HEX triplet: 7B, 65 and 4D. RGB value is (123,101,77). Sum of RGB (Red+Green+Blue) = 123+101+77=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B654D is #849AB2. Grayscale: #686868. Windows color (decimal): -8690355 or 5072251. OLE color: 5072251.
HSL color Cylindrical-coordinate representation of color #7B654D: hue angle of 31.3º 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 #7B654D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 77 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.52 |
| HSL | 31.3º | 0.23% | 0.39% | - |
| HSV(B) | 31.3º | 0.37% | 0.48% | - |
| XYZ | 14.16 | 14.05 | 8.99 | - |
| YUV | 104.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 77 | 0 | 0.18 | 0.37 | 0.52 | 31.3 | 0.23 | 0.39 |
| Hex | 7B | 65 | 4D | 0 | 12 | 25 | 34 | 1F | 17 | 27 |
| Octal | 173 | 145 | 115 | 0 | 22 | 45 | 64 | 37 | 27 | 47 |
| Binary | 1111011 | 1100101 | 1001101 | 0 | 10010 | 100101 | 110100 | 11111 | 10111 | 100111 |
Color Harmonies of #7B654D
Complementary color
Monochromatic Colors of #7B654D
Black with #7B654D
Text Example
Text Example
White with #7B654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B654D; }
p { color: rgb(123,101,77); }
H1.HeaderClassName
{
color: #7B654D;
}
.AnyTagClassName
{
color: #7B654D;
}
</style>
background-color css
<style>
a { background-color: #7B654D; }
a { background-color: rgb(123,101,77); }
div.DivClassName
{
background-color: #7B654D;
}
.BgClassName
{
background-color: #7B654D;
}
</style>
border-color css
<style>
span { border-color: #7B654D; }
span { border-color: rgb(123,101,77); }
td.TdClassName
{
border-color: #7B654D;
}
.TagClassName
{
border-color: #7B654D;
}
</style>