Shades of Himalaya #756A30
Tints of Himalaya #756A30
RGB
CMYK
RGB Variations
Color information
#756A30 (or 0x756A30) is known color: Himalaya. HEX triplet: 75, 6A and 30. RGB value is (117,106,48). Sum of RGB (Red+Green+Blue) = 117+106+48=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A30 is #8A95CF. Grayscale: #666666. Windows color (decimal): -9082320 or 3172981. OLE color: 3172981.
HSL color Cylindrical-coordinate representation of color #756A30: hue angle of 50.43º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #756A30 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 48 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.54 |
| HSL | 50.43º | 0.42% | 0.32% | - |
| HSV(B) | 50.43º | 0.59% | 0.46% | - |
| XYZ | 13.02 | 14.3 | 4.87 | - |
| YUV | 102.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 48 | 0 | 0.09 | 0.59 | 0.54 | 50.43 | 0.42 | 0.32 |
| Hex | 75 | 6A | 30 | 0 | 9 | 3B | 36 | 32 | 2A | 20 |
| Octal | 165 | 152 | 60 | 0 | 11 | 73 | 66 | 62 | 52 | 40 |
| Binary | 1110101 | 1101010 | 110000 | 0 | 1001 | 111011 | 110110 | 110010 | 101010 | 100000 |
Color Harmonies of #756A30
Complementary color
Monochromatic Colors of #756A30
Black with #756A30
Text Example
Text Example
White with #756A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A30; }
p { color: rgb(117,106,48); }
H1.HeaderClassName
{
color: #756A30;
}
.AnyTagClassName
{
color: #756A30;
}
</style>
background-color css
<style>
a { background-color: #756A30; }
a { background-color: rgb(117,106,48); }
div.DivClassName
{
background-color: #756A30;
}
.BgClassName
{
background-color: #756A30;
}
</style>
border-color css
<style>
span { border-color: #756A30; }
span { border-color: rgb(117,106,48); }
td.TdClassName
{
border-color: #756A30;
}
.TagClassName
{
border-color: #756A30;
}
</style>