Shades of Himalaya #755F26
Tints of Himalaya #755F26
RGB
CMYK
RGB Variations
Color information
#755F26 (or 0x755F26) is known color: Himalaya. HEX triplet: 75, 5F and 26. RGB value is (117,95,38). Sum of RGB (Red+Green+Blue) = 117+95+38=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #755F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F26 is #8AA0D9. Grayscale: #5F5F5F. Windows color (decimal): -9085146 or 2514805. OLE color: 2514805.
HSL color Cylindrical-coordinate representation of color #755F26: hue angle of 43.29º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #755F26 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 38 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.54 |
| HSL | 43.29º | 0.51% | 0.3% | - |
| HSV(B) | 43.29º | 0.68% | 0.46% | - |
| XYZ | 11.78 | 12.11 | 3.55 | - |
| YUV | 95.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 38 | 0 | 0.19 | 0.68 | 0.54 | 43.29 | 0.51 | 0.3 |
| Hex | 75 | 5F | 26 | 0 | 13 | 44 | 36 | 2B | 33 | 1E |
| Octal | 165 | 137 | 46 | 0 | 23 | 104 | 66 | 53 | 63 | 36 |
| Binary | 1110101 | 1011111 | 100110 | 0 | 10011 | 1000100 | 110110 | 101011 | 110011 | 11110 |
Color Harmonies of #755F26
Complementary color
Monochromatic Colors of #755F26
Black with #755F26
Text Example
Text Example
White with #755F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F26; }
p { color: rgb(117,95,38); }
H1.HeaderClassName
{
color: #755F26;
}
.AnyTagClassName
{
color: #755F26;
}
</style>
background-color css
<style>
a { background-color: #755F26; }
a { background-color: rgb(117,95,38); }
div.DivClassName
{
background-color: #755F26;
}
.BgClassName
{
background-color: #755F26;
}
</style>
border-color css
<style>
span { border-color: #755F26; }
span { border-color: rgb(117,95,38); }
td.TdClassName
{
border-color: #755F26;
}
.TagClassName
{
border-color: #755F26;
}
</style>