Shades of Hemlock #737150
Tints of Hemlock #737150
RGB
CMYK
RGB Variations
Color information
#737150 (or 0x737150) is known color: Hemlock. HEX triplet: 73, 71 and 50. RGB value is (115,113,80). Sum of RGB (Red+Green+Blue) = 115+113+80=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #737150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737150 is #8C8EAF. Grayscale: #6D6D6D. Windows color (decimal): -9211568 or 5271923. OLE color: 5271923.
HSL color Cylindrical-coordinate representation of color #737150: hue angle of 56.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #737150 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 80 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.55 |
| HSL | 56.57º | 0.18% | 0.38% | - |
| HSV(B) | 56.57º | 0.3% | 0.45% | - |
| XYZ | 14.42 | 16.03 | 9.92 | - |
| YUV | 109.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 80 | 0 | 0.02 | 0.30 | 0.55 | 56.57 | 0.18 | 0.38 |
| Hex | 73 | 71 | 50 | 0 | 2 | 1E | 37 | 39 | 12 | 26 |
| Octal | 163 | 161 | 120 | 0 | 2 | 36 | 67 | 71 | 22 | 46 |
| Binary | 1110011 | 1110001 | 1010000 | 0 | 10 | 11110 | 110111 | 111001 | 10010 | 100110 |
Color Harmonies of #737150
Complementary color
Monochromatic Colors of #737150
Black with #737150
Text Example
Text Example
White with #737150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737150; }
p { color: rgb(115,113,80); }
H1.HeaderClassName
{
color: #737150;
}
.AnyTagClassName
{
color: #737150;
}
</style>
background-color css
<style>
a { background-color: #737150; }
a { background-color: rgb(115,113,80); }
div.DivClassName
{
background-color: #737150;
}
.BgClassName
{
background-color: #737150;
}
</style>
border-color css
<style>
span { border-color: #737150; }
span { border-color: rgb(115,113,80); }
td.TdClassName
{
border-color: #737150;
}
.TagClassName
{
border-color: #737150;
}
</style>