Shades of Himalaya #74692F
Tints of Himalaya #74692F
RGB
CMYK
RGB Variations
Color information
#74692F (or 0x74692F) is known color: Himalaya. HEX triplet: 74, 69 and 2F. RGB value is (116,105,47). Sum of RGB (Red+Green+Blue) = 116+105+47=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #74692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74692F is #8B96D0. Grayscale: #656565. Windows color (decimal): -9148113 or 3107188. OLE color: 3107188.
HSL color Cylindrical-coordinate representation of color #74692F: hue angle of 50.43º 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 #74692F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 47 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.55 |
| HSL | 50.43º | 0.42% | 0.32% | - |
| HSV(B) | 50.43º | 0.59% | 0.45% | - |
| XYZ | 12.77 | 14.02 | 4.72 | - |
| YUV | 101.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 47 | 0 | 0.09 | 0.59 | 0.55 | 50.43 | 0.42 | 0.32 |
| Hex | 74 | 69 | 2F | 0 | 9 | 3B | 37 | 32 | 2A | 20 |
| Octal | 164 | 151 | 57 | 0 | 11 | 73 | 67 | 62 | 52 | 40 |
| Binary | 1110100 | 1101001 | 101111 | 0 | 1001 | 111011 | 110111 | 110010 | 101010 | 100000 |
Color Harmonies of #74692F
Complementary color
Monochromatic Colors of #74692F
Black with #74692F
Text Example
Text Example
White with #74692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74692F; }
p { color: rgb(116,105,47); }
H1.HeaderClassName
{
color: #74692F;
}
.AnyTagClassName
{
color: #74692F;
}
</style>
background-color css
<style>
a { background-color: #74692F; }
a { background-color: rgb(116,105,47); }
div.DivClassName
{
background-color: #74692F;
}
.BgClassName
{
background-color: #74692F;
}
</style>
border-color css
<style>
span { border-color: #74692F; }
span { border-color: rgb(116,105,47); }
td.TdClassName
{
border-color: #74692F;
}
.TagClassName
{
border-color: #74692F;
}
</style>