Shades of Himalaya #74652E
Tints of Himalaya #74652E
RGB
CMYK
RGB Variations
Color information
#74652E (or 0x74652E) is known color: Himalaya. HEX triplet: 74, 65 and 2E. RGB value is (116,101,46). Sum of RGB (Red+Green+Blue) = 116+101+46=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74652E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74652E is #8B9AD1. Grayscale: #636363. Windows color (decimal): -9149138 or 3040628. OLE color: 3040628.
HSL color Cylindrical-coordinate representation of color #74652E: hue angle of 47.14º 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 #74652E is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 46 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.55 |
| HSL | 47.14º | 0.43% | 0.32% | - |
| HSV(B) | 47.14º | 0.6% | 0.45% | - |
| XYZ | 12.35 | 13.22 | 4.49 | - |
| YUV | 99.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 46 | 0 | 0.13 | 0.60 | 0.55 | 47.14 | 0.43 | 0.32 |
| Hex | 74 | 65 | 2E | 0 | D | 3C | 37 | 2F | 2B | 20 |
| Octal | 164 | 145 | 56 | 0 | 15 | 74 | 67 | 57 | 53 | 40 |
| Binary | 1110100 | 1100101 | 101110 | 0 | 1101 | 111100 | 110111 | 101111 | 101011 | 100000 |
Color Harmonies of #74652E
Complementary color
Monochromatic Colors of #74652E
Black with #74652E
Text Example
Text Example
White with #74652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74652E; }
p { color: rgb(116,101,46); }
H1.HeaderClassName
{
color: #74652E;
}
.AnyTagClassName
{
color: #74652E;
}
</style>
background-color css
<style>
a { background-color: #74652E; }
a { background-color: rgb(116,101,46); }
div.DivClassName
{
background-color: #74652E;
}
.BgClassName
{
background-color: #74652E;
}
</style>
border-color css
<style>
span { border-color: #74652E; }
span { border-color: rgb(116,101,46); }
td.TdClassName
{
border-color: #74652E;
}
.TagClassName
{
border-color: #74652E;
}
</style>