Shades of Himalaya #75662B
Tints of Himalaya #75662B
RGB
CMYK
RGB Variations
Color information
#75662B (or 0x75662B) is known color: Himalaya. HEX triplet: 75, 66 and 2B. RGB value is (117,102,43). Sum of RGB (Red+Green+Blue) = 117+102+43=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75662B is #8A99D4. Grayscale: #646464. Windows color (decimal): -9083349 or 2844277. OLE color: 2844277.
HSL color Cylindrical-coordinate representation of color #75662B: hue angle of 47.84º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75662B is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 43 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.54 |
| HSL | 47.84º | 0.46% | 0.31% | - |
| HSV(B) | 47.84º | 0.63% | 0.46% | - |
| XYZ | 12.52 | 13.46 | 4.22 | - |
| YUV | 99.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 43 | 0 | 0.13 | 0.63 | 0.54 | 47.84 | 0.46 | 0.31 |
| Hex | 75 | 66 | 2B | 0 | D | 3F | 36 | 30 | 2E | 1F |
| Octal | 165 | 146 | 53 | 0 | 15 | 77 | 66 | 60 | 56 | 37 |
| Binary | 1110101 | 1100110 | 101011 | 0 | 1101 | 111111 | 110110 | 110000 | 101110 | 11111 |
Color Harmonies of #75662B
Complementary color
Monochromatic Colors of #75662B
Black with #75662B
Text Example
Text Example
White with #75662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75662B; }
p { color: rgb(117,102,43); }
H1.HeaderClassName
{
color: #75662B;
}
.AnyTagClassName
{
color: #75662B;
}
</style>
background-color css
<style>
a { background-color: #75662B; }
a { background-color: rgb(117,102,43); }
div.DivClassName
{
background-color: #75662B;
}
.BgClassName
{
background-color: #75662B;
}
</style>
border-color css
<style>
span { border-color: #75662B; }
span { border-color: rgb(117,102,43); }
td.TdClassName
{
border-color: #75662B;
}
.TagClassName
{
border-color: #75662B;
}
</style>