Shades of Himalaya #74682E
Tints of Himalaya #74682E
RGB
CMYK
RGB Variations
Color information
#74682E (or 0x74682E) is known color: Himalaya. HEX triplet: 74, 68 and 2E. RGB value is (116,104,46). Sum of RGB (Red+Green+Blue) = 116+104+46=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74682E is #8B97D1. Grayscale: #656565. Windows color (decimal): -9148370 or 3041396. OLE color: 3041396.
HSL color Cylindrical-coordinate representation of color #74682E: hue angle of 49.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74682E is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 46 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.55 |
| HSL | 49.71º | 0.43% | 0.32% | - |
| HSV(B) | 49.71º | 0.6% | 0.45% | - |
| XYZ | 12.65 | 13.81 | 4.58 | - |
| YUV | 100.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 46 | 0 | 0.10 | 0.60 | 0.55 | 49.71 | 0.43 | 0.32 |
| Hex | 74 | 68 | 2E | 0 | A | 3C | 37 | 32 | 2B | 20 |
| Octal | 164 | 150 | 56 | 0 | 12 | 74 | 67 | 62 | 53 | 40 |
| Binary | 1110100 | 1101000 | 101110 | 0 | 1010 | 111100 | 110111 | 110010 | 101011 | 100000 |
Color Harmonies of #74682E
Complementary color
Monochromatic Colors of #74682E
Black with #74682E
Text Example
Text Example
White with #74682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74682E; }
p { color: rgb(116,104,46); }
H1.HeaderClassName
{
color: #74682E;
}
.AnyTagClassName
{
color: #74682E;
}
</style>
background-color css
<style>
a { background-color: #74682E; }
a { background-color: rgb(116,104,46); }
div.DivClassName
{
background-color: #74682E;
}
.BgClassName
{
background-color: #74682E;
}
</style>
border-color css
<style>
span { border-color: #74682E; }
span { border-color: rgb(116,104,46); }
td.TdClassName
{
border-color: #74682E;
}
.TagClassName
{
border-color: #74682E;
}
</style>