Shades of Pine Cone #776355
Tints of Pine Cone #776355
RGB
CMYK
RGB Variations
Color information
#776355 (or 0x776355) is known color: Pine Cone. HEX triplet: 77, 63 and 55. RGB value is (119,99,85). Sum of RGB (Red+Green+Blue) = 119+99+85=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776355 is #889CAA. Grayscale: #676767. Windows color (decimal): -8953003 or 5596023. OLE color: 5596023.
HSL color Cylindrical-coordinate representation of color #776355: hue angle of 24.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776355 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 99 | 85 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.53 |
| HSL | 24.71º | 0.17% | 0.4% | - |
| HSV(B) | 24.71º | 0.29% | 0.47% | - |
| XYZ | 13.71 | 13.5 | 10.48 | - |
| YUV | 103.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 85 | 0 | 0.17 | 0.29 | 0.53 | 24.71 | 0.17 | 0.4 |
| Hex | 77 | 63 | 55 | 0 | 11 | 1D | 35 | 19 | 11 | 28 |
| Octal | 167 | 143 | 125 | 0 | 21 | 35 | 65 | 31 | 21 | 50 |
| Binary | 1110111 | 1100011 | 1010101 | 0 | 10001 | 11101 | 110101 | 11001 | 10001 | 101000 |
Color Harmonies of #776355
Complementary color
Monochromatic Colors of #776355
Black with #776355
Text Example
Text Example
White with #776355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776355; }
p { color: rgb(119,99,85); }
H1.HeaderClassName
{
color: #776355;
}
.AnyTagClassName
{
color: #776355;
}
</style>
background-color css
<style>
a { background-color: #776355; }
a { background-color: rgb(119,99,85); }
div.DivClassName
{
background-color: #776355;
}
.BgClassName
{
background-color: #776355;
}
</style>
border-color css
<style>
span { border-color: #776355; }
span { border-color: rgb(119,99,85); }
td.TdClassName
{
border-color: #776355;
}
.TagClassName
{
border-color: #776355;
}
</style>