Shades of Himalaya #746128
Tints of Himalaya #746128
RGB
CMYK
RGB Variations
Color information
#746128 (or 0x746128) is known color: Himalaya. HEX triplet: 74, 61 and 28. RGB value is (116,97,40). Sum of RGB (Red+Green+Blue) = 116+97+40=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #746128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746128 is #8B9ED7. Grayscale: #606060. Windows color (decimal): -9150168 or 2646388. OLE color: 2646388.
HSL color Cylindrical-coordinate representation of color #746128: hue angle of 45º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #746128 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 40 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.55 |
| HSL | 45º | 0.49% | 0.31% | - |
| HSV(B) | 45º | 0.66% | 0.45% | - |
| XYZ | 11.86 | 12.42 | 3.78 | - |
| YUV | 96.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 40 | 0 | 0.16 | 0.66 | 0.55 | 45 | 0.49 | 0.31 |
| Hex | 74 | 61 | 28 | 0 | 10 | 42 | 37 | 2D | 31 | 1F |
| Octal | 164 | 141 | 50 | 0 | 20 | 102 | 67 | 55 | 61 | 37 |
| Binary | 1110100 | 1100001 | 101000 | 0 | 10000 | 1000010 | 110111 | 101101 | 110001 | 11111 |
Color Harmonies of #746128
Complementary color
Monochromatic Colors of #746128
Black with #746128
Text Example
Text Example
White with #746128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746128; }
p { color: rgb(116,97,40); }
H1.HeaderClassName
{
color: #746128;
}
.AnyTagClassName
{
color: #746128;
}
</style>
background-color css
<style>
a { background-color: #746128; }
a { background-color: rgb(116,97,40); }
div.DivClassName
{
background-color: #746128;
}
.BgClassName
{
background-color: #746128;
}
</style>
border-color css
<style>
span { border-color: #746128; }
span { border-color: rgb(116,97,40); }
td.TdClassName
{
border-color: #746128;
}
.TagClassName
{
border-color: #746128;
}
</style>