Shades of Hemlock #74733F
Tints of Hemlock #74733F
RGB
CMYK
RGB Variations
Color information
#74733F (or 0x74733F) is known color: Hemlock. HEX triplet: 74, 73 and 3F. RGB value is (116,115,63). Sum of RGB (Red+Green+Blue) = 116+115+63=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74733F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74733F is #8B8CC0. Grayscale: #6D6D6D. Windows color (decimal): -9145537 or 4158324. OLE color: 4158324.
HSL color Cylindrical-coordinate representation of color #74733F: hue angle of 58.87º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74733F is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 63 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.55 |
| HSL | 58.87º | 0.3% | 0.35% | - |
| HSV(B) | 58.87º | 0.46% | 0.45% | - |
| XYZ | 14.23 | 16.33 | 7.11 | - |
| YUV | 109.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 63 | 0 | 0.01 | 0.46 | 0.55 | 58.87 | 0.3 | 0.35 |
| Hex | 74 | 73 | 3F | 0 | 1 | 2E | 37 | 3B | 1E | 23 |
| Octal | 164 | 163 | 77 | 0 | 1 | 56 | 67 | 73 | 36 | 43 |
| Binary | 1110100 | 1110011 | 111111 | 0 | 1 | 101110 | 110111 | 111011 | 11110 | 100011 |
Color Harmonies of #74733F
Complementary color
Monochromatic Colors of #74733F
Black with #74733F
Text Example
Text Example
White with #74733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74733F; }
p { color: rgb(116,115,63); }
H1.HeaderClassName
{
color: #74733F;
}
.AnyTagClassName
{
color: #74733F;
}
</style>
background-color css
<style>
a { background-color: #74733F; }
a { background-color: rgb(116,115,63); }
div.DivClassName
{
background-color: #74733F;
}
.BgClassName
{
background-color: #74733F;
}
</style>
border-color css
<style>
span { border-color: #74733F; }
span { border-color: rgb(116,115,63); }
td.TdClassName
{
border-color: #74733F;
}
.TagClassName
{
border-color: #74733F;
}
</style>