Shades of Himalaya #7B682F
Tints of Himalaya #7B682F
RGB
CMYK
RGB Variations
Color information
#7B682F (or 0x7B682F) is known color: Himalaya. HEX triplet: 7B, 68 and 2F. RGB value is (123,104,47). Sum of RGB (Red+Green+Blue) = 123+104+47=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B682F is #8497D0. Grayscale: #676767. Windows color (decimal): -8689617 or 3106939. OLE color: 3106939.
HSL color Cylindrical-coordinate representation of color #7B682F: hue angle of 45º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B682F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 104 | 47 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.52 |
| HSL | 45º | 0.45% | 0.33% | - |
| HSV(B) | 45º | 0.62% | 0.48% | - |
| XYZ | 13.63 | 14.32 | 4.73 | - |
| YUV | 103.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 47 | 0 | 0.15 | 0.62 | 0.52 | 45 | 0.45 | 0.33 |
| Hex | 7B | 68 | 2F | 0 | F | 3E | 34 | 2D | 2D | 21 |
| Octal | 173 | 150 | 57 | 0 | 17 | 76 | 64 | 55 | 55 | 41 |
| Binary | 1111011 | 1101000 | 101111 | 0 | 1111 | 111110 | 110100 | 101101 | 101101 | 100001 |
Color Harmonies of #7B682F
Complementary color
Monochromatic Colors of #7B682F
Black with #7B682F
Text Example
Text Example
White with #7B682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B682F; }
p { color: rgb(123,104,47); }
H1.HeaderClassName
{
color: #7B682F;
}
.AnyTagClassName
{
color: #7B682F;
}
</style>
background-color css
<style>
a { background-color: #7B682F; }
a { background-color: rgb(123,104,47); }
div.DivClassName
{
background-color: #7B682F;
}
.BgClassName
{
background-color: #7B682F;
}
</style>
border-color css
<style>
span { border-color: #7B682F; }
span { border-color: rgb(123,104,47); }
td.TdClassName
{
border-color: #7B682F;
}
.TagClassName
{
border-color: #7B682F;
}
</style>