Shades of Pine Cone #775F4D
Tints of Pine Cone #775F4D
RGB
CMYK
RGB Variations
Color information
#775F4D (or 0x775F4D) is known color: Pine Cone. HEX triplet: 77, 5F and 4D. RGB value is (119,95,77). Sum of RGB (Red+Green+Blue) = 119+95+77=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F4D is #88A0B2. Grayscale: #646464. Windows color (decimal): -8954035 or 5070711. OLE color: 5070711.
HSL color Cylindrical-coordinate representation of color #775F4D: hue angle of 25.71º 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 #775F4D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 77 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.53 |
| HSL | 25.71º | 0.21% | 0.38% | - |
| HSV(B) | 25.71º | 0.35% | 0.47% | - |
| XYZ | 13.04 | 12.64 | 8.77 | - |
| YUV | 100.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 77 | 0 | 0.20 | 0.35 | 0.53 | 25.71 | 0.21 | 0.38 |
| Hex | 77 | 5F | 4D | 0 | 14 | 23 | 35 | 1A | 15 | 26 |
| Octal | 167 | 137 | 115 | 0 | 24 | 43 | 65 | 32 | 25 | 46 |
| Binary | 1110111 | 1011111 | 1001101 | 0 | 10100 | 100011 | 110101 | 11010 | 10101 | 100110 |
Color Harmonies of #775F4D
Complementary color
Monochromatic Colors of #775F4D
Black with #775F4D
Text Example
Text Example
White with #775F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F4D; }
p { color: rgb(119,95,77); }
H1.HeaderClassName
{
color: #775F4D;
}
.AnyTagClassName
{
color: #775F4D;
}
</style>
background-color css
<style>
a { background-color: #775F4D; }
a { background-color: rgb(119,95,77); }
div.DivClassName
{
background-color: #775F4D;
}
.BgClassName
{
background-color: #775F4D;
}
</style>
border-color css
<style>
span { border-color: #775F4D; }
span { border-color: rgb(119,95,77); }
td.TdClassName
{
border-color: #775F4D;
}
.TagClassName
{
border-color: #775F4D;
}
</style>