Shades of Pine Cone #76675C
Tints of Pine Cone #76675C
RGB
CMYK
RGB Variations
Color information
#76675C (or 0x76675C) is known color: Pine Cone. HEX triplet: 76, 67 and 5C. RGB value is (118,103,92). Sum of RGB (Red+Green+Blue) = 118+103+92=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76675C is #8998A3. Grayscale: #6A6A6A. Windows color (decimal): -9017508 or 6055798. OLE color: 6055798.
HSL color Cylindrical-coordinate representation of color #76675C: hue angle of 25.38º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76675C is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 92 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.54 |
| HSL | 25.38º | 0.12% | 0.41% | - |
| HSV(B) | 25.38º | 0.22% | 0.46% | - |
| XYZ | 14.25 | 14.32 | 12.14 | - |
| YUV | 106.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 92 | 0 | 0.13 | 0.22 | 0.54 | 25.38 | 0.12 | 0.41 |
| Hex | 76 | 67 | 5C | 0 | D | 16 | 36 | 19 | C | 29 |
| Octal | 166 | 147 | 134 | 0 | 15 | 26 | 66 | 31 | 14 | 51 |
| Binary | 1110110 | 1100111 | 1011100 | 0 | 1101 | 10110 | 110110 | 11001 | 1100 | 101001 |
Color Harmonies of #76675C
Complementary color
Monochromatic Colors of #76675C
Black with #76675C
Text Example
Text Example
White with #76675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76675C; }
p { color: rgb(118,103,92); }
H1.HeaderClassName
{
color: #76675C;
}
.AnyTagClassName
{
color: #76675C;
}
</style>
background-color css
<style>
a { background-color: #76675C; }
a { background-color: rgb(118,103,92); }
div.DivClassName
{
background-color: #76675C;
}
.BgClassName
{
background-color: #76675C;
}
</style>
border-color css
<style>
span { border-color: #76675C; }
span { border-color: rgb(118,103,92); }
td.TdClassName
{
border-color: #76675C;
}
.TagClassName
{
border-color: #76675C;
}
</style>