#79622A

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

Shades of Himalaya #79622A

Tints of Himalaya #79622A

Color information

#79622A (or 0x79622A) is unknown color: approx Himalaya. HEX triplet: 79, 62 and 2A. RGB value is (121,98,42). Sum of RGB (Red+Green+Blue) = 121+98+42=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #79622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79622A is #869DD5. Grayscale: #626262. Windows color (decimal): -8822230 or 2777721. OLE color: 2777721.

HSL color Cylindrical-coordinate representation of color #79622A: hue angle of 42.53º 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 #79622A is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1219842-
CMYK00.190.650.53
HSL42.53º48.47%31.96%-
HSV(B)42.53º65.29%47.45%-
XYZ12.6712.974.03-
YUV98.4996.12144.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=46.36%
G=37.55%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121984200.190.650.5342.5348.4731.96
Hex79622A01341352b3020
Octal1711425202310165536040
Binary111100111000101010100100111000001110101101011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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