Shades of Pine Cone #7B674D
Tints of Pine Cone #7B674D
RGB
CMYK
RGB Variations
Color information
#7B674D (or 0x7B674D) is known color: Pine Cone. HEX triplet: 7B, 67 and 4D. RGB value is (123,103,77). Sum of RGB (Red+Green+Blue) = 123+103+77=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B674D is #8498B2. Grayscale: #6A6A6A. Windows color (decimal): -8689843 or 5072763. OLE color: 5072763.
HSL color Cylindrical-coordinate representation of color #7B674D: hue angle of 33.91º 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 #7B674D is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 77 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.52 |
| HSL | 33.91º | 0.23% | 0.39% | - |
| HSV(B) | 33.91º | 0.37% | 0.48% | - |
| XYZ | 14.36 | 14.45 | 9.05 | - |
| YUV | 106.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 77 | 0 | 0.16 | 0.37 | 0.52 | 33.91 | 0.23 | 0.39 |
| Hex | 7B | 67 | 4D | 0 | 10 | 25 | 34 | 22 | 17 | 27 |
| Octal | 173 | 147 | 115 | 0 | 20 | 45 | 64 | 42 | 27 | 47 |
| Binary | 1111011 | 1100111 | 1001101 | 0 | 10000 | 100101 | 110100 | 100010 | 10111 | 100111 |
Color Harmonies of #7B674D
Complementary color
Monochromatic Colors of #7B674D
Black with #7B674D
Text Example
Text Example
White with #7B674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B674D; }
p { color: rgb(123,103,77); }
H1.HeaderClassName
{
color: #7B674D;
}
.AnyTagClassName
{
color: #7B674D;
}
</style>
background-color css
<style>
a { background-color: #7B674D; }
a { background-color: rgb(123,103,77); }
div.DivClassName
{
background-color: #7B674D;
}
.BgClassName
{
background-color: #7B674D;
}
</style>
border-color css
<style>
span { border-color: #7B674D; }
span { border-color: rgb(123,103,77); }
td.TdClassName
{
border-color: #7B674D;
}
.TagClassName
{
border-color: #7B674D;
}
</style>