Shades of Pine Cone #77614D
Tints of Pine Cone #77614D
RGB
CMYK
RGB Variations
Color information
#77614D (or 0x77614D) is known color: Pine Cone. HEX triplet: 77, 61 and 4D. RGB value is (119,97,77). Sum of RGB (Red+Green+Blue) = 119+97+77=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77614D is #889EB2. Grayscale: #656565. Windows color (decimal): -8953523 or 5071223. OLE color: 5071223.
HSL color Cylindrical-coordinate representation of color #77614D: hue angle of 28.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77614D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 77 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.53 |
| HSL | 28.57º | 0.21% | 0.38% | - |
| HSV(B) | 28.57º | 0.35% | 0.47% | - |
| XYZ | 13.22 | 13.01 | 8.83 | - |
| YUV | 101.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 77 | 0 | 0.18 | 0.35 | 0.53 | 28.57 | 0.21 | 0.38 |
| Hex | 77 | 61 | 4D | 0 | 12 | 23 | 35 | 1D | 15 | 26 |
| Octal | 167 | 141 | 115 | 0 | 22 | 43 | 65 | 35 | 25 | 46 |
| Binary | 1110111 | 1100001 | 1001101 | 0 | 10010 | 100011 | 110101 | 11101 | 10101 | 100110 |
Color Harmonies of #77614D
Complementary color
Monochromatic Colors of #77614D
Black with #77614D
Text Example
Text Example
White with #77614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77614D; }
p { color: rgb(119,97,77); }
H1.HeaderClassName
{
color: #77614D;
}
.AnyTagClassName
{
color: #77614D;
}
</style>
background-color css
<style>
a { background-color: #77614D; }
a { background-color: rgb(119,97,77); }
div.DivClassName
{
background-color: #77614D;
}
.BgClassName
{
background-color: #77614D;
}
</style>
border-color css
<style>
span { border-color: #77614D; }
span { border-color: rgb(119,97,77); }
td.TdClassName
{
border-color: #77614D;
}
.TagClassName
{
border-color: #77614D;
}
</style>