Shades of Pine Cone #72675C
Tints of Pine Cone #72675C
RGB
CMYK
RGB Variations
Color information
#72675C (or 0x72675C) is known color: Pine Cone. HEX triplet: 72, 67 and 5C. RGB value is (114,103,92). Sum of RGB (Red+Green+Blue) = 114+103+92=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #72675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675C is #8D98A3. Grayscale: #696969. Windows color (decimal): -9279652 or 6055794. OLE color: 6055794.
HSL color Cylindrical-coordinate representation of color #72675C: hue angle of 30º 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 #72675C is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 103 | 92 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.55 |
| HSL | 30º | 0.11% | 0.4% | - |
| HSV(B) | 30º | 0.19% | 0.45% | - |
| XYZ | 13.72 | 14.05 | 12.11 | - |
| YUV | 105.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 92 | 0 | 0.10 | 0.19 | 0.55 | 30 | 0.11 | 0.4 |
| Hex | 72 | 67 | 5C | 0 | A | 13 | 37 | 1E | B | 28 |
| Octal | 162 | 147 | 134 | 0 | 12 | 23 | 67 | 36 | 13 | 50 |
| Binary | 1110010 | 1100111 | 1011100 | 0 | 1010 | 10011 | 110111 | 11110 | 1011 | 101000 |
Color Harmonies of #72675C
Complementary color
Monochromatic Colors of #72675C
Black with #72675C
Text Example
Text Example
White with #72675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72675C; }
p { color: rgb(114,103,92); }
H1.HeaderClassName
{
color: #72675C;
}
.AnyTagClassName
{
color: #72675C;
}
</style>
background-color css
<style>
a { background-color: #72675C; }
a { background-color: rgb(114,103,92); }
div.DivClassName
{
background-color: #72675C;
}
.BgClassName
{
background-color: #72675C;
}
</style>
border-color css
<style>
span { border-color: #72675C; }
span { border-color: rgb(114,103,92); }
td.TdClassName
{
border-color: #72675C;
}
.TagClassName
{
border-color: #72675C;
}
</style>