Shades of Pine Cone #74675C
Tints of Pine Cone #74675C
RGB
CMYK
RGB Variations
Color information
#74675C (or 0x74675C) is known color: Pine Cone. HEX triplet: 74, 67 and 5C. RGB value is (116,103,92). Sum of RGB (Red+Green+Blue) = 116+103+92=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #74675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74675C is #8B98A3. Grayscale: #696969. Windows color (decimal): -9148580 or 6055796. OLE color: 6055796.
HSL color Cylindrical-coordinate representation of color #74675C: hue angle of 27.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74675C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 92 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.55 |
| HSL | 27.5º | 0.12% | 0.41% | - |
| HSV(B) | 27.5º | 0.21% | 0.45% | - |
| XYZ | 13.98 | 14.19 | 12.13 | - |
| YUV | 105.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 92 | 0 | 0.11 | 0.21 | 0.55 | 27.5 | 0.12 | 0.41 |
| Hex | 74 | 67 | 5C | 0 | B | 15 | 37 | 1C | C | 29 |
| Octal | 164 | 147 | 134 | 0 | 13 | 25 | 67 | 34 | 14 | 51 |
| Binary | 1110100 | 1100111 | 1011100 | 0 | 1011 | 10101 | 110111 | 11100 | 1100 | 101001 |
Color Harmonies of #74675C
Complementary color
Monochromatic Colors of #74675C
Black with #74675C
Text Example
Text Example
White with #74675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74675C; }
p { color: rgb(116,103,92); }
H1.HeaderClassName
{
color: #74675C;
}
.AnyTagClassName
{
color: #74675C;
}
</style>
background-color css
<style>
a { background-color: #74675C; }
a { background-color: rgb(116,103,92); }
div.DivClassName
{
background-color: #74675C;
}
.BgClassName
{
background-color: #74675C;
}
</style>
border-color css
<style>
span { border-color: #74675C; }
span { border-color: rgb(116,103,92); }
td.TdClassName
{
border-color: #74675C;
}
.TagClassName
{
border-color: #74675C;
}
</style>