#79692A

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

Shades of Himalaya #79692A

Tints of Himalaya #79692A

Color information

#79692A (or 0x79692A) is unknown color: approx Himalaya. HEX triplet: 79, 69 and 2A. RGB value is (121,105,42). Sum of RGB (Red+Green+Blue) = 121+105+42=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79692A is #8696D5. Grayscale: #666666. Windows color (decimal): -8820438 or 2779513. OLE color: 2779513.

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

Color convert

RGB12110542-
CMYK00.130.650.53
HSL47.85º48.47%31.96%-
HSV(B)47.85º65.29%47.45%-
XYZ13.3514.344.25-
YUV102.693.8141.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 42 (16.80% from 255) = 15.67%
R=45.15%
G=39.18%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211054200.130.650.5347.8548.4731.96
Hex79692A0D4135303020
Octal1711515201510165606040
Binary11110011101001101010011011000001110101110000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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