Shades of Himalaya #74672F
Tints of Himalaya #74672F
RGB
CMYK
RGB Variations
Color information
#74672F (or 0x74672F) is known color: Himalaya. HEX triplet: 74, 67 and 2F. RGB value is (116,103,47). Sum of RGB (Red+Green+Blue) = 116+103+47=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74672F is #8B98D0. Grayscale: #646464. Windows color (decimal): -9148625 or 3106676. OLE color: 3106676.
HSL color Cylindrical-coordinate representation of color #74672F: hue angle of 48.7º 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 #74672F is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 47 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.55 |
| HSL | 48.7º | 0.42% | 0.32% | - |
| HSV(B) | 48.7º | 0.59% | 0.45% | - |
| XYZ | 12.57 | 13.62 | 4.66 | - |
| YUV | 100.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 47 | 0 | 0.11 | 0.59 | 0.55 | 48.7 | 0.42 | 0.32 |
| Hex | 74 | 67 | 2F | 0 | B | 3B | 37 | 31 | 2A | 20 |
| Octal | 164 | 147 | 57 | 0 | 13 | 73 | 67 | 61 | 52 | 40 |
| Binary | 1110100 | 1100111 | 101111 | 0 | 1011 | 111011 | 110111 | 110001 | 101010 | 100000 |
Color Harmonies of #74672F
Complementary color
Monochromatic Colors of #74672F
Black with #74672F
Text Example
Text Example
White with #74672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74672F; }
p { color: rgb(116,103,47); }
H1.HeaderClassName
{
color: #74672F;
}
.AnyTagClassName
{
color: #74672F;
}
</style>
background-color css
<style>
a { background-color: #74672F; }
a { background-color: rgb(116,103,47); }
div.DivClassName
{
background-color: #74672F;
}
.BgClassName
{
background-color: #74672F;
}
</style>
border-color css
<style>
span { border-color: #74672F; }
span { border-color: rgb(116,103,47); }
td.TdClassName
{
border-color: #74672F;
}
.TagClassName
{
border-color: #74672F;
}
</style>