Shades of Himalaya #75682E
Tints of Himalaya #75682E
RGB
CMYK
RGB Variations
Color information
#75682E (or 0x75682E) is known color: Himalaya. HEX triplet: 75, 68 and 2E. RGB value is (117,104,46). Sum of RGB (Red+Green+Blue) = 117+104+46=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75682E is #8A97D1. Grayscale: #656565. Windows color (decimal): -9082834 or 3041397. OLE color: 3041397.
HSL color Cylindrical-coordinate representation of color #75682E: hue angle of 49.01º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75682E is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 46 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.54 |
| HSL | 49.01º | 0.44% | 0.32% | - |
| HSV(B) | 49.01º | 0.61% | 0.46% | - |
| XYZ | 12.78 | 13.88 | 4.59 | - |
| YUV | 101.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 46 | 0 | 0.11 | 0.61 | 0.54 | 49.01 | 0.44 | 0.32 |
| Hex | 75 | 68 | 2E | 0 | B | 3D | 36 | 31 | 2C | 20 |
| Octal | 165 | 150 | 56 | 0 | 13 | 75 | 66 | 61 | 54 | 40 |
| Binary | 1110101 | 1101000 | 101110 | 0 | 1011 | 111101 | 110110 | 110001 | 101100 | 100000 |
Color Harmonies of #75682E
Complementary color
Monochromatic Colors of #75682E
Black with #75682E
Text Example
Text Example
White with #75682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75682E; }
p { color: rgb(117,104,46); }
H1.HeaderClassName
{
color: #75682E;
}
.AnyTagClassName
{
color: #75682E;
}
</style>
background-color css
<style>
a { background-color: #75682E; }
a { background-color: rgb(117,104,46); }
div.DivClassName
{
background-color: #75682E;
}
.BgClassName
{
background-color: #75682E;
}
</style>
border-color css
<style>
span { border-color: #75682E; }
span { border-color: rgb(117,104,46); }
td.TdClassName
{
border-color: #75682E;
}
.TagClassName
{
border-color: #75682E;
}
</style>