Shades of Pine Cone #726255
Tints of Pine Cone #726255
RGB
CMYK
RGB Variations
Color information
#726255 (or 0x726255) is known color: Pine Cone. HEX triplet: 72, 62 and 55. RGB value is (114,98,85). Sum of RGB (Red+Green+Blue) = 114+98+85=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726255 is #8D9DAA. Grayscale: #656565. Windows color (decimal): -9280939 or 5595762. OLE color: 5595762.
HSL color Cylindrical-coordinate representation of color #726255: hue angle of 26.9º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726255 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 85 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.55 |
| HSL | 26.9º | 0.15% | 0.39% | - |
| HSV(B) | 26.9º | 0.25% | 0.45% | - |
| XYZ | 12.95 | 12.97 | 10.42 | - |
| YUV | 101.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 85 | 0 | 0.14 | 0.25 | 0.55 | 26.9 | 0.15 | 0.39 |
| Hex | 72 | 62 | 55 | 0 | E | 19 | 37 | 1B | F | 27 |
| Octal | 162 | 142 | 125 | 0 | 16 | 31 | 67 | 33 | 17 | 47 |
| Binary | 1110010 | 1100010 | 1010101 | 0 | 1110 | 11001 | 110111 | 11011 | 1111 | 100111 |
Color Harmonies of #726255
Complementary color
Monochromatic Colors of #726255
Black with #726255
Text Example
Text Example
White with #726255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726255; }
p { color: rgb(114,98,85); }
H1.HeaderClassName
{
color: #726255;
}
.AnyTagClassName
{
color: #726255;
}
</style>
background-color css
<style>
a { background-color: #726255; }
a { background-color: rgb(114,98,85); }
div.DivClassName
{
background-color: #726255;
}
.BgClassName
{
background-color: #726255;
}
</style>
border-color css
<style>
span { border-color: #726255; }
span { border-color: rgb(114,98,85); }
td.TdClassName
{
border-color: #726255;
}
.TagClassName
{
border-color: #726255;
}
</style>