Shades of Himalaya #75682D
Tints of Himalaya #75682D
RGB
CMYK
RGB Variations
Color information
#75682D (or 0x75682D) is known color: Himalaya. HEX triplet: 75, 68 and 2D. RGB value is (117,104,45). Sum of RGB (Red+Green+Blue) = 117+104+45=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75682D is #8A97D2. Grayscale: #656565. Windows color (decimal): -9082835 or 2975861. OLE color: 2975861.
HSL color Cylindrical-coordinate representation of color #75682D: hue angle of 49.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75682D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 45 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.54 |
| HSL | 49.17º | 0.44% | 0.32% | - |
| HSV(B) | 49.17º | 0.62% | 0.46% | - |
| XYZ | 12.76 | 13.87 | 4.49 | - |
| YUV | 101.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 45 | 0 | 0.11 | 0.62 | 0.54 | 49.17 | 0.44 | 0.32 |
| Hex | 75 | 68 | 2D | 0 | B | 3E | 36 | 31 | 2C | 20 |
| Octal | 165 | 150 | 55 | 0 | 13 | 76 | 66 | 61 | 54 | 40 |
| Binary | 1110101 | 1101000 | 101101 | 0 | 1011 | 111110 | 110110 | 110001 | 101100 | 100000 |
Color Harmonies of #75682D
Complementary color
Monochromatic Colors of #75682D
Black with #75682D
Text Example
Text Example
White with #75682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75682D; }
p { color: rgb(117,104,45); }
H1.HeaderClassName
{
color: #75682D;
}
.AnyTagClassName
{
color: #75682D;
}
</style>
background-color css
<style>
a { background-color: #75682D; }
a { background-color: rgb(117,104,45); }
div.DivClassName
{
background-color: #75682D;
}
.BgClassName
{
background-color: #75682D;
}
</style>
border-color css
<style>
span { border-color: #75682D; }
span { border-color: rgb(117,104,45); }
td.TdClassName
{
border-color: #75682D;
}
.TagClassName
{
border-color: #75682D;
}
</style>