Shades of Pine Cone #7D654C
Tints of Pine Cone #7D654C
RGB
CMYK
RGB Variations
Color information
#7D654C (or 0x7D654C) is known color: Pine Cone. HEX triplet: 7D, 65 and 4C. RGB value is (125,101,76). Sum of RGB (Red+Green+Blue) = 125+101+76=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D654C is #829AB3. Grayscale: #696969. Windows color (decimal): -8559284 or 5006717. OLE color: 5006717.
HSL color Cylindrical-coordinate representation of color #7D654C: hue angle of 30.61º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D654C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 76 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.51 |
| HSL | 30.61º | 0.24% | 0.39% | - |
| HSV(B) | 30.61º | 0.39% | 0.49% | - |
| XYZ | 14.42 | 14.19 | 8.82 | - |
| YUV | 105.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 76 | 0 | 0.19 | 0.39 | 0.51 | 30.61 | 0.24 | 0.39 |
| Hex | 7D | 65 | 4C | 0 | 13 | 27 | 33 | 1F | 18 | 27 |
| Octal | 175 | 145 | 114 | 0 | 23 | 47 | 63 | 37 | 30 | 47 |
| Binary | 1111101 | 1100101 | 1001100 | 0 | 10011 | 100111 | 110011 | 11111 | 11000 | 100111 |
Color Harmonies of #7D654C
Complementary color
Monochromatic Colors of #7D654C
Black with #7D654C
Text Example
Text Example
White with #7D654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D654C; }
p { color: rgb(125,101,76); }
H1.HeaderClassName
{
color: #7D654C;
}
.AnyTagClassName
{
color: #7D654C;
}
</style>
background-color css
<style>
a { background-color: #7D654C; }
a { background-color: rgb(125,101,76); }
div.DivClassName
{
background-color: #7D654C;
}
.BgClassName
{
background-color: #7D654C;
}
</style>
border-color css
<style>
span { border-color: #7D654C; }
span { border-color: rgb(125,101,76); }
td.TdClassName
{
border-color: #7D654C;
}
.TagClassName
{
border-color: #7D654C;
}
</style>