Shades of Himalaya #74662B
Tints of Himalaya #74662B
RGB
CMYK
RGB Variations
Color information
#74662B (or 0x74662B) is known color: Himalaya. HEX triplet: 74, 66 and 2B. RGB value is (116,102,43). Sum of RGB (Red+Green+Blue) = 116+102+43=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74662B is #8B99D4. Grayscale: #636363. Windows color (decimal): -9148885 or 2844276. OLE color: 2844276.
HSL color Cylindrical-coordinate representation of color #74662B: hue angle of 48.49º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74662B is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 43 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.55 |
| HSL | 48.49º | 0.46% | 0.31% | - |
| HSV(B) | 48.49º | 0.63% | 0.45% | - |
| XYZ | 12.39 | 13.39 | 4.22 | - |
| YUV | 99.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 43 | 0 | 0.12 | 0.63 | 0.55 | 48.49 | 0.46 | 0.31 |
| Hex | 74 | 66 | 2B | 0 | C | 3F | 37 | 30 | 2E | 1F |
| Octal | 164 | 146 | 53 | 0 | 14 | 77 | 67 | 60 | 56 | 37 |
| Binary | 1110100 | 1100110 | 101011 | 0 | 1100 | 111111 | 110111 | 110000 | 101110 | 11111 |
Color Harmonies of #74662B
Complementary color
Monochromatic Colors of #74662B
Black with #74662B
Text Example
Text Example
White with #74662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74662B; }
p { color: rgb(116,102,43); }
H1.HeaderClassName
{
color: #74662B;
}
.AnyTagClassName
{
color: #74662B;
}
</style>
background-color css
<style>
a { background-color: #74662B; }
a { background-color: rgb(116,102,43); }
div.DivClassName
{
background-color: #74662B;
}
.BgClassName
{
background-color: #74662B;
}
</style>
border-color css
<style>
span { border-color: #74662B; }
span { border-color: rgb(116,102,43); }
td.TdClassName
{
border-color: #74662B;
}
.TagClassName
{
border-color: #74662B;
}
</style>