Shades of Himalaya #755F2D
Tints of Himalaya #755F2D
RGB
CMYK
RGB Variations
Color information
#755F2D (or 0x755F2D) is known color: Himalaya. HEX triplet: 75, 5F and 2D. RGB value is (117,95,45). Sum of RGB (Red+Green+Blue) = 117+95+45=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #755F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F2D is #8AA0D2. Grayscale: #606060. Windows color (decimal): -9085139 or 2973557. OLE color: 2973557.
HSL color Cylindrical-coordinate representation of color #755F2D: hue angle of 41.67º 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 #755F2D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 45 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.54 |
| HSL | 41.67º | 0.44% | 0.32% | - |
| HSV(B) | 41.67º | 0.62% | 0.46% | - |
| XYZ | 11.9 | 12.16 | 4.2 | - |
| YUV | 95.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 45 | 0 | 0.19 | 0.62 | 0.54 | 41.67 | 0.44 | 0.32 |
| Hex | 75 | 5F | 2D | 0 | 13 | 3E | 36 | 2A | 2C | 20 |
| Octal | 165 | 137 | 55 | 0 | 23 | 76 | 66 | 52 | 54 | 40 |
| Binary | 1110101 | 1011111 | 101101 | 0 | 10011 | 111110 | 110110 | 101010 | 101100 | 100000 |
Color Harmonies of #755F2D
Complementary color
Monochromatic Colors of #755F2D
Black with #755F2D
Text Example
Text Example
White with #755F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F2D; }
p { color: rgb(117,95,45); }
H1.HeaderClassName
{
color: #755F2D;
}
.AnyTagClassName
{
color: #755F2D;
}
</style>
background-color css
<style>
a { background-color: #755F2D; }
a { background-color: rgb(117,95,45); }
div.DivClassName
{
background-color: #755F2D;
}
.BgClassName
{
background-color: #755F2D;
}
</style>
border-color css
<style>
span { border-color: #755F2D; }
span { border-color: rgb(117,95,45); }
td.TdClassName
{
border-color: #755F2D;
}
.TagClassName
{
border-color: #755F2D;
}
</style>