Shades of Pine Cone #7A6754
Tints of Pine Cone #7A6754
RGB
CMYK
RGB Variations
Color information
#7A6754 (or 0x7A6754) is known color: Pine Cone. HEX triplet: 7A, 67 and 54. RGB value is (122,103,84). Sum of RGB (Red+Green+Blue) = 122+103+84=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6754 is #8598AB. Grayscale: #6A6A6A. Windows color (decimal): -8755372 or 5531514. OLE color: 5531514.
HSL color Cylindrical-coordinate representation of color #7A6754: hue angle of 30º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6754 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 84 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.52 |
| HSL | 30º | 0.18% | 0.4% | - |
| HSV(B) | 30º | 0.31% | 0.48% | - |
| XYZ | 14.48 | 14.48 | 10.42 | - |
| YUV | 106.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 84 | 0 | 0.16 | 0.31 | 0.52 | 30 | 0.18 | 0.4 |
| Hex | 7A | 67 | 54 | 0 | 10 | 1F | 34 | 1E | 12 | 28 |
| Octal | 172 | 147 | 124 | 0 | 20 | 37 | 64 | 36 | 22 | 50 |
| Binary | 1111010 | 1100111 | 1010100 | 0 | 10000 | 11111 | 110100 | 11110 | 10010 | 101000 |
Color Harmonies of #7A6754
Complementary color
Monochromatic Colors of #7A6754
Black with #7A6754
Text Example
Text Example
White with #7A6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6754; }
p { color: rgb(122,103,84); }
H1.HeaderClassName
{
color: #7A6754;
}
.AnyTagClassName
{
color: #7A6754;
}
</style>
background-color css
<style>
a { background-color: #7A6754; }
a { background-color: rgb(122,103,84); }
div.DivClassName
{
background-color: #7A6754;
}
.BgClassName
{
background-color: #7A6754;
}
</style>
border-color css
<style>
span { border-color: #7A6754; }
span { border-color: rgb(122,103,84); }
td.TdClassName
{
border-color: #7A6754;
}
.TagClassName
{
border-color: #7A6754;
}
</style>