Shades of Hemlock #767648
Tints of Hemlock #767648
RGB
CMYK
RGB Variations
Color information
#767648 (or 0x767648) is known color: Hemlock. HEX triplet: 76, 76 and 48. RGB value is (118,118,72). Sum of RGB (Red+Green+Blue) = 118+118+72=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767648 is #8989B7. Grayscale: #707070. Windows color (decimal): -9013688 or 4748918. OLE color: 4748918.
HSL color Cylindrical-coordinate representation of color #767648: hue angle of 60º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767648 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 72 | - |
| CMYK | 0 | 0 | 0.39 | 0.54 |
| HSL | 60º | 0.24% | 0.37% | - |
| HSV(B) | 60º | 0.39% | 0.46% | - |
| XYZ | 15.12 | 17.28 | 8.67 | - |
| YUV | 112.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 72 | 0 | 0 | 0.39 | 0.54 | 60 | 0.24 | 0.37 |
| Hex | 76 | 76 | 48 | 0 | 0 | 27 | 36 | 3C | 18 | 25 |
| Octal | 166 | 166 | 110 | 0 | 0 | 47 | 66 | 74 | 30 | 45 |
| Binary | 1110110 | 1110110 | 1001000 | 0 | 0 | 100111 | 110110 | 111100 | 11000 | 100101 |
Color Harmonies of #767648
Complementary color
Monochromatic Colors of #767648
Black with #767648
Text Example
Text Example
White with #767648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767648; }
p { color: rgb(118,118,72); }
H1.HeaderClassName
{
color: #767648;
}
.AnyTagClassName
{
color: #767648;
}
</style>
background-color css
<style>
a { background-color: #767648; }
a { background-color: rgb(118,118,72); }
div.DivClassName
{
background-color: #767648;
}
.BgClassName
{
background-color: #767648;
}
</style>
border-color css
<style>
span { border-color: #767648; }
span { border-color: rgb(118,118,72); }
td.TdClassName
{
border-color: #767648;
}
.TagClassName
{
border-color: #767648;
}
</style>