Shades of Himalaya #7B692F
Tints of Himalaya #7B692F
RGB
CMYK
RGB Variations
Color information
#7B692F (or 0x7B692F) is known color: Himalaya. HEX triplet: 7B, 69 and 2F. RGB value is (123,105,47). Sum of RGB (Red+Green+Blue) = 123+105+47=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B692F is #8496D0. Grayscale: #686868. Windows color (decimal): -8689361 or 3107195. OLE color: 3107195.
HSL color Cylindrical-coordinate representation of color #7B692F: hue angle of 45.79º 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 #7B692F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 47 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.52 |
| HSL | 45.79º | 0.45% | 0.33% | - |
| HSV(B) | 45.79º | 0.62% | 0.48% | - |
| XYZ | 13.73 | 14.52 | 4.77 | - |
| YUV | 103.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 47 | 0 | 0.15 | 0.62 | 0.52 | 45.79 | 0.45 | 0.33 |
| Hex | 7B | 69 | 2F | 0 | F | 3E | 34 | 2E | 2D | 21 |
| Octal | 173 | 151 | 57 | 0 | 17 | 76 | 64 | 56 | 55 | 41 |
| Binary | 1111011 | 1101001 | 101111 | 0 | 1111 | 111110 | 110100 | 101110 | 101101 | 100001 |
Color Harmonies of #7B692F
Complementary color
Monochromatic Colors of #7B692F
Black with #7B692F
Text Example
Text Example
White with #7B692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B692F; }
p { color: rgb(123,105,47); }
H1.HeaderClassName
{
color: #7B692F;
}
.AnyTagClassName
{
color: #7B692F;
}
</style>
background-color css
<style>
a { background-color: #7B692F; }
a { background-color: rgb(123,105,47); }
div.DivClassName
{
background-color: #7B692F;
}
.BgClassName
{
background-color: #7B692F;
}
</style>
border-color css
<style>
span { border-color: #7B692F; }
span { border-color: rgb(123,105,47); }
td.TdClassName
{
border-color: #7B692F;
}
.TagClassName
{
border-color: #7B692F;
}
</style>