Shades of Himalaya #75682C
Tints of Himalaya #75682C
RGB
CMYK
RGB Variations
Color information
#75682C (or 0x75682C) is known color: Himalaya. HEX triplet: 75, 68 and 2C. RGB value is (117,104,44). Sum of RGB (Red+Green+Blue) = 117+104+44=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75682C is #8A97D3. Grayscale: #656565. Windows color (decimal): -9082836 or 2910325. OLE color: 2910325.
HSL color Cylindrical-coordinate representation of color #75682C: hue angle of 49.32º degrees, saturation: 0.45, 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 #75682C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 44 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.54 |
| HSL | 49.32º | 0.45% | 0.32% | - |
| HSV(B) | 49.32º | 0.62% | 0.46% | - |
| XYZ | 12.74 | 13.86 | 4.39 | - |
| YUV | 101.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 44 | 0 | 0.11 | 0.62 | 0.54 | 49.32 | 0.45 | 0.32 |
| Hex | 75 | 68 | 2C | 0 | B | 3E | 36 | 31 | 2D | 20 |
| Octal | 165 | 150 | 54 | 0 | 13 | 76 | 66 | 61 | 55 | 40 |
| Binary | 1110101 | 1101000 | 101100 | 0 | 1011 | 111110 | 110110 | 110001 | 101101 | 100000 |
Color Harmonies of #75682C
Complementary color
Monochromatic Colors of #75682C
Black with #75682C
Text Example
Text Example
White with #75682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75682C; }
p { color: rgb(117,104,44); }
H1.HeaderClassName
{
color: #75682C;
}
.AnyTagClassName
{
color: #75682C;
}
</style>
background-color css
<style>
a { background-color: #75682C; }
a { background-color: rgb(117,104,44); }
div.DivClassName
{
background-color: #75682C;
}
.BgClassName
{
background-color: #75682C;
}
</style>
border-color css
<style>
span { border-color: #75682C; }
span { border-color: rgb(117,104,44); }
td.TdClassName
{
border-color: #75682C;
}
.TagClassName
{
border-color: #75682C;
}
</style>