Shades of Pine Cone #72675F
Tints of Pine Cone #72675F
RGB
CMYK
RGB Variations
Color information
#72675F (or 0x72675F) is known color: Pine Cone. HEX triplet: 72, 67 and 5F. RGB value is (114,103,95). Sum of RGB (Red+Green+Blue) = 114+103+95=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #72675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675F is #8D98A0. Grayscale: #696969. Windows color (decimal): -9279649 or 6252402. OLE color: 6252402.
HSL color Cylindrical-coordinate representation of color #72675F: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72675F is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 103 | 95 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.55 |
| HSL | 25.26º | 0.09% | 0.41% | - |
| HSV(B) | 25.26º | 0.17% | 0.45% | - |
| XYZ | 13.86 | 14.1 | 12.82 | - |
| YUV | 105.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 95 | 0 | 0.10 | 0.17 | 0.55 | 25.26 | 0.09 | 0.41 |
| Hex | 72 | 67 | 5F | 0 | A | 11 | 37 | 19 | 9 | 29 |
| Octal | 162 | 147 | 137 | 0 | 12 | 21 | 67 | 31 | 11 | 51 |
| Binary | 1110010 | 1100111 | 1011111 | 0 | 1010 | 10001 | 110111 | 11001 | 1001 | 101001 |
Color Harmonies of #72675F
Complementary color
Monochromatic Colors of #72675F
Black with #72675F
Text Example
Text Example
White with #72675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72675F; }
p { color: rgb(114,103,95); }
H1.HeaderClassName
{
color: #72675F;
}
.AnyTagClassName
{
color: #72675F;
}
</style>
background-color css
<style>
a { background-color: #72675F; }
a { background-color: rgb(114,103,95); }
div.DivClassName
{
background-color: #72675F;
}
.BgClassName
{
background-color: #72675F;
}
</style>
border-color css
<style>
span { border-color: #72675F; }
span { border-color: rgb(114,103,95); }
td.TdClassName
{
border-color: #72675F;
}
.TagClassName
{
border-color: #72675F;
}
</style>