Shades of Pine Cone #72665A
Tints of Pine Cone #72665A
RGB
CMYK
RGB Variations
Color information
#72665A (or 0x72665A) is known color: Pine Cone. HEX triplet: 72, 66 and 5A. RGB value is (114,102,90). Sum of RGB (Red+Green+Blue) = 114+102+90=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72665A is #8D99A5. Grayscale: #686868. Windows color (decimal): -9279910 or 5924466. OLE color: 5924466.
HSL color Cylindrical-coordinate representation of color #72665A: hue angle of 30º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72665A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 90 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.55 |
| HSL | 30º | 0.12% | 0.4% | - |
| HSV(B) | 30º | 0.21% | 0.45% | - |
| XYZ | 13.54 | 13.82 | 11.63 | - |
| YUV | 104.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 90 | 0 | 0.11 | 0.21 | 0.55 | 30 | 0.12 | 0.4 |
| Hex | 72 | 66 | 5A | 0 | B | 15 | 37 | 1E | C | 28 |
| Octal | 162 | 146 | 132 | 0 | 13 | 25 | 67 | 36 | 14 | 50 |
| Binary | 1110010 | 1100110 | 1011010 | 0 | 1011 | 10101 | 110111 | 11110 | 1100 | 101000 |
Color Harmonies of #72665A
Complementary color
Monochromatic Colors of #72665A
Black with #72665A
Text Example
Text Example
White with #72665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72665A; }
p { color: rgb(114,102,90); }
H1.HeaderClassName
{
color: #72665A;
}
.AnyTagClassName
{
color: #72665A;
}
</style>
background-color css
<style>
a { background-color: #72665A; }
a { background-color: rgb(114,102,90); }
div.DivClassName
{
background-color: #72665A;
}
.BgClassName
{
background-color: #72665A;
}
</style>
border-color css
<style>
span { border-color: #72665A; }
span { border-color: rgb(114,102,90); }
td.TdClassName
{
border-color: #72665A;
}
.TagClassName
{
border-color: #72665A;
}
</style>