Shades of Pine Cone #7D674D
Tints of Pine Cone #7D674D
RGB
CMYK
RGB Variations
Color information
#7D674D (or 0x7D674D) is known color: Pine Cone. HEX triplet: 7D, 67 and 4D. RGB value is (125,103,77). Sum of RGB (Red+Green+Blue) = 125+103+77=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D674D is #8298B2. Grayscale: #6A6A6A. Windows color (decimal): -8558771 or 5072765. OLE color: 5072765.
HSL color Cylindrical-coordinate representation of color #7D674D: hue angle of 32.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D674D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 77 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.51 |
| HSL | 32.5º | 0.24% | 0.4% | - |
| HSV(B) | 32.5º | 0.38% | 0.49% | - |
| XYZ | 14.65 | 14.6 | 9.07 | - |
| YUV | 106.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 77 | 0 | 0.18 | 0.38 | 0.51 | 32.5 | 0.24 | 0.4 |
| Hex | 7D | 67 | 4D | 0 | 12 | 26 | 33 | 20 | 18 | 28 |
| Octal | 175 | 147 | 115 | 0 | 22 | 46 | 63 | 40 | 30 | 50 |
| Binary | 1111101 | 1100111 | 1001101 | 0 | 10010 | 100110 | 110011 | 100000 | 11000 | 101000 |
Color Harmonies of #7D674D
Complementary color
Monochromatic Colors of #7D674D
Black with #7D674D
Text Example
Text Example
White with #7D674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D674D; }
p { color: rgb(125,103,77); }
H1.HeaderClassName
{
color: #7D674D;
}
.AnyTagClassName
{
color: #7D674D;
}
</style>
background-color css
<style>
a { background-color: #7D674D; }
a { background-color: rgb(125,103,77); }
div.DivClassName
{
background-color: #7D674D;
}
.BgClassName
{
background-color: #7D674D;
}
</style>
border-color css
<style>
span { border-color: #7D674D; }
span { border-color: rgb(125,103,77); }
td.TdClassName
{
border-color: #7D674D;
}
.TagClassName
{
border-color: #7D674D;
}
</style>