Shades of Himalaya #74642F
Tints of Himalaya #74642F
RGB
CMYK
RGB Variations
Color information
#74642F (or 0x74642F) is known color: Himalaya. HEX triplet: 74, 64 and 2F. RGB value is (116,100,47). Sum of RGB (Red+Green+Blue) = 116+100+47=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74642F is #8B9BD0. Grayscale: #626262. Windows color (decimal): -9149393 or 3105908. OLE color: 3105908.
HSL color Cylindrical-coordinate representation of color #74642F: hue angle of 46.09º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74642F is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 100 | 47 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.55 |
| HSL | 46.09º | 0.42% | 0.32% | - |
| HSV(B) | 46.09º | 0.59% | 0.45% | - |
| XYZ | 12.27 | 13.03 | 4.56 | - |
| YUV | 98.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 47 | 0 | 0.14 | 0.59 | 0.55 | 46.09 | 0.42 | 0.32 |
| Hex | 74 | 64 | 2F | 0 | E | 3B | 37 | 2E | 2A | 20 |
| Octal | 164 | 144 | 57 | 0 | 16 | 73 | 67 | 56 | 52 | 40 |
| Binary | 1110100 | 1100100 | 101111 | 0 | 1110 | 111011 | 110111 | 101110 | 101010 | 100000 |
Color Harmonies of #74642F
Complementary color
Monochromatic Colors of #74642F
Black with #74642F
Text Example
Text Example
White with #74642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74642F; }
p { color: rgb(116,100,47); }
H1.HeaderClassName
{
color: #74642F;
}
.AnyTagClassName
{
color: #74642F;
}
</style>
background-color css
<style>
a { background-color: #74642F; }
a { background-color: rgb(116,100,47); }
div.DivClassName
{
background-color: #74642F;
}
.BgClassName
{
background-color: #74642F;
}
</style>
border-color css
<style>
span { border-color: #74642F; }
span { border-color: rgb(116,100,47); }
td.TdClassName
{
border-color: #74642F;
}
.TagClassName
{
border-color: #74642F;
}
</style>