Shades of Pine Cone #7C674D
Tints of Pine Cone #7C674D
RGB
CMYK
RGB Variations
Color information
#7C674D (or 0x7C674D) is known color: Pine Cone. HEX triplet: 7C, 67 and 4D. RGB value is (124,103,77). Sum of RGB (Red+Green+Blue) = 124+103+77=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C674D is #8398B2. Grayscale: #6A6A6A. Windows color (decimal): -8624307 or 5072764. OLE color: 5072764.
HSL color Cylindrical-coordinate representation of color #7C674D: hue angle of 33.19º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C674D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 77 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.51 |
| HSL | 33.19º | 0.23% | 0.39% | - |
| HSV(B) | 33.19º | 0.38% | 0.49% | - |
| XYZ | 14.5 | 14.52 | 9.06 | - |
| YUV | 106.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 77 | 0 | 0.17 | 0.38 | 0.51 | 33.19 | 0.23 | 0.39 |
| Hex | 7C | 67 | 4D | 0 | 11 | 26 | 33 | 21 | 17 | 27 |
| Octal | 174 | 147 | 115 | 0 | 21 | 46 | 63 | 41 | 27 | 47 |
| Binary | 1111100 | 1100111 | 1001101 | 0 | 10001 | 100110 | 110011 | 100001 | 10111 | 100111 |
Color Harmonies of #7C674D
Complementary color
Monochromatic Colors of #7C674D
Black with #7C674D
Text Example
Text Example
White with #7C674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C674D; }
p { color: rgb(124,103,77); }
H1.HeaderClassName
{
color: #7C674D;
}
.AnyTagClassName
{
color: #7C674D;
}
</style>
background-color css
<style>
a { background-color: #7C674D; }
a { background-color: rgb(124,103,77); }
div.DivClassName
{
background-color: #7C674D;
}
.BgClassName
{
background-color: #7C674D;
}
</style>
border-color css
<style>
span { border-color: #7C674D; }
span { border-color: rgb(124,103,77); }
td.TdClassName
{
border-color: #7C674D;
}
.TagClassName
{
border-color: #7C674D;
}
</style>