Shades of Himalaya #74672D
Tints of Himalaya #74672D
RGB
CMYK
RGB Variations
Color information
#74672D (or 0x74672D) is known color: Himalaya. HEX triplet: 74, 67 and 2D. RGB value is (116,103,45). Sum of RGB (Red+Green+Blue) = 116+103+45=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74672D is #8B98D2. Grayscale: #646464. Windows color (decimal): -9148627 or 2975604. OLE color: 2975604.
HSL color Cylindrical-coordinate representation of color #74672D: hue angle of 49.01º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74672D is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 45 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.55 |
| HSL | 49.01º | 0.44% | 0.32% | - |
| HSV(B) | 49.01º | 0.61% | 0.45% | - |
| XYZ | 12.53 | 13.6 | 4.45 | - |
| YUV | 100.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 45 | 0 | 0.11 | 0.61 | 0.55 | 49.01 | 0.44 | 0.32 |
| Hex | 74 | 67 | 2D | 0 | B | 3D | 37 | 31 | 2C | 20 |
| Octal | 164 | 147 | 55 | 0 | 13 | 75 | 67 | 61 | 54 | 40 |
| Binary | 1110100 | 1100111 | 101101 | 0 | 1011 | 111101 | 110111 | 110001 | 101100 | 100000 |
Color Harmonies of #74672D
Complementary color
Monochromatic Colors of #74672D
Black with #74672D
Text Example
Text Example
White with #74672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74672D; }
p { color: rgb(116,103,45); }
H1.HeaderClassName
{
color: #74672D;
}
.AnyTagClassName
{
color: #74672D;
}
</style>
background-color css
<style>
a { background-color: #74672D; }
a { background-color: rgb(116,103,45); }
div.DivClassName
{
background-color: #74672D;
}
.BgClassName
{
background-color: #74672D;
}
</style>
border-color css
<style>
span { border-color: #74672D; }
span { border-color: rgb(116,103,45); }
td.TdClassName
{
border-color: #74672D;
}
.TagClassName
{
border-color: #74672D;
}
</style>