Shades of Pine Cone #72665D
Tints of Pine Cone #72665D
RGB
CMYK
RGB Variations
Color information
#72665D (or 0x72665D) is known color: Pine Cone. HEX triplet: 72, 66 and 5D. RGB value is (114,102,93). Sum of RGB (Red+Green+Blue) = 114+102+93=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #72665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72665D is #8D99A2. Grayscale: #686868. Windows color (decimal): -9279907 or 6121074. OLE color: 6121074.
HSL color Cylindrical-coordinate representation of color #72665D: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72665D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 93 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.55 |
| HSL | 25.71º | 0.1% | 0.41% | - |
| HSV(B) | 25.71º | 0.18% | 0.45% | - |
| XYZ | 13.67 | 13.87 | 12.31 | - |
| YUV | 104.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 93 | 0 | 0.11 | 0.18 | 0.55 | 25.71 | 0.1 | 0.41 |
| Hex | 72 | 66 | 5D | 0 | B | 12 | 37 | 1A | A | 29 |
| Octal | 162 | 146 | 135 | 0 | 13 | 22 | 67 | 32 | 12 | 51 |
| Binary | 1110010 | 1100110 | 1011101 | 0 | 1011 | 10010 | 110111 | 11010 | 1010 | 101001 |
Color Harmonies of #72665D
Complementary color
Monochromatic Colors of #72665D
Black with #72665D
Text Example
Text Example
White with #72665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72665D; }
p { color: rgb(114,102,93); }
H1.HeaderClassName
{
color: #72665D;
}
.AnyTagClassName
{
color: #72665D;
}
</style>
background-color css
<style>
a { background-color: #72665D; }
a { background-color: rgb(114,102,93); }
div.DivClassName
{
background-color: #72665D;
}
.BgClassName
{
background-color: #72665D;
}
</style>
border-color css
<style>
span { border-color: #72665D; }
span { border-color: rgb(114,102,93); }
td.TdClassName
{
border-color: #72665D;
}
.TagClassName
{
border-color: #72665D;
}
</style>