#79692D

Color #79692D Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #79692D

Tints of Himalaya #79692D

Color information

#79692D (or 0x79692D) is unknown color: approx Himalaya. HEX triplet: 79, 69 and 2D. RGB value is (121,105,45). Sum of RGB (Red+Green+Blue) = 121+105+45=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #79692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79692D is #8696D2. Grayscale: #676767. Windows color (decimal): -8820435 or 2976121. OLE color: 2976121.

HSL color Cylindrical-coordinate representation of color #79692D: hue angle of 47.37º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79692D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB12110545-
CMYK00.130.630.53
HSL47.37º45.78%32.55%-
HSV(B)47.37º62.81%47.45%-
XYZ13.4114.364.55-
YUV102.9495.3140.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=44.65%
G=38.75%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211054500.130.630.5347.3745.7832.55
Hex79692D0D3F352f2e21
Octal171151550157765575641
Binary1111001110100110110101101111111110101101111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79692D; }

 p { color: rgb(121,105,45); }

 H1.HeaderClassName
 {
   color: #79692D;
 }
 .AnyTagClassName
 {
   color: #79692D;
 }
</style>
background-color css

<style>
 a { background-color: #79692D; }

 a { background-color: rgb(121,105,45); }

 div.DivClassName
 {
   background-color: #79692D;
 }
 .BgClassName
 {
   background-color: #79692D;
 }
</style>
border-color css

<style>
 span { border-color: #79692D; }

 span { border-color: rgb(121,105,45); }

 td.TdClassName
 {
   border-color: #79692D;
 }
 .TagClassName
 {
   border-color: #79692D;
 }
</style>