Shades of Pine Cone #795F4C
Tints of Pine Cone #795F4C
RGB
CMYK
RGB Variations
Color information
#795F4C (or 0x795F4C) is known color: Pine Cone. HEX triplet: 79, 5F and 4C. RGB value is (121,95,76). Sum of RGB (Red+Green+Blue) = 121+95+76=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #795F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F4C is #86A0B3. Grayscale: #646464. Windows color (decimal): -8822964 or 5005177. OLE color: 5005177.
HSL color Cylindrical-coordinate representation of color #795F4C: hue angle of 25.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #795F4C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 76 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.53 |
| HSL | 25.33º | 0.23% | 0.39% | - |
| HSV(B) | 25.33º | 0.37% | 0.47% | - |
| XYZ | 13.28 | 12.77 | 8.6 | - |
| YUV | 100.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 76 | 0 | 0.21 | 0.37 | 0.53 | 25.33 | 0.23 | 0.39 |
| Hex | 79 | 5F | 4C | 0 | 15 | 25 | 35 | 19 | 17 | 27 |
| Octal | 171 | 137 | 114 | 0 | 25 | 45 | 65 | 31 | 27 | 47 |
| Binary | 1111001 | 1011111 | 1001100 | 0 | 10101 | 100101 | 110101 | 11001 | 10111 | 100111 |
Color Harmonies of #795F4C
Complementary color
Monochromatic Colors of #795F4C
Black with #795F4C
Text Example
Text Example
White with #795F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F4C; }
p { color: rgb(121,95,76); }
H1.HeaderClassName
{
color: #795F4C;
}
.AnyTagClassName
{
color: #795F4C;
}
</style>
background-color css
<style>
a { background-color: #795F4C; }
a { background-color: rgb(121,95,76); }
div.DivClassName
{
background-color: #795F4C;
}
.BgClassName
{
background-color: #795F4C;
}
</style>
border-color css
<style>
span { border-color: #795F4C; }
span { border-color: rgb(121,95,76); }
td.TdClassName
{
border-color: #795F4C;
}
.TagClassName
{
border-color: #795F4C;
}
</style>