Shades of Pine Cone #72665C
Tints of Pine Cone #72665C
RGB
CMYK
RGB Variations
Color information
#72665C (or 0x72665C) is known color: Pine Cone. HEX triplet: 72, 66 and 5C. RGB value is (114,102,92). Sum of RGB (Red+Green+Blue) = 114+102+92=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72665C is #8D99A3. Grayscale: #686868. Windows color (decimal): -9279908 or 6055538. OLE color: 6055538.
HSL color Cylindrical-coordinate representation of color #72665C: hue angle of 27.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72665C is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 92 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.55 |
| HSL | 27.27º | 0.11% | 0.4% | - |
| HSV(B) | 27.27º | 0.19% | 0.45% | - |
| XYZ | 13.62 | 13.85 | 12.08 | - |
| YUV | 104.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 92 | 0 | 0.11 | 0.19 | 0.55 | 27.27 | 0.11 | 0.4 |
| Hex | 72 | 66 | 5C | 0 | B | 13 | 37 | 1B | B | 28 |
| Octal | 162 | 146 | 134 | 0 | 13 | 23 | 67 | 33 | 13 | 50 |
| Binary | 1110010 | 1100110 | 1011100 | 0 | 1011 | 10011 | 110111 | 11011 | 1011 | 101000 |
Color Harmonies of #72665C
Complementary color
Monochromatic Colors of #72665C
Black with #72665C
Text Example
Text Example
White with #72665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72665C; }
p { color: rgb(114,102,92); }
H1.HeaderClassName
{
color: #72665C;
}
.AnyTagClassName
{
color: #72665C;
}
</style>
background-color css
<style>
a { background-color: #72665C; }
a { background-color: rgb(114,102,92); }
div.DivClassName
{
background-color: #72665C;
}
.BgClassName
{
background-color: #72665C;
}
</style>
border-color css
<style>
span { border-color: #72665C; }
span { border-color: rgb(114,102,92); }
td.TdClassName
{
border-color: #72665C;
}
.TagClassName
{
border-color: #72665C;
}
</style>