#77642B

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

Shades of Himalaya #77642B

Tints of Himalaya #77642B

Color information

#77642B (or 0x77642B) is unknown color: approx Himalaya. HEX triplet: 77, 64 and 2B. RGB value is (119,100,43). Sum of RGB (Red+Green+Blue) = 119+100+43=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77642B is #889BD4. Grayscale: #636363. Windows color (decimal): -8952789 or 2843767. OLE color: 2843767.

HSL color Cylindrical-coordinate representation of color #77642B: hue angle of 45º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77642B is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11910043-
CMYK00.160.640.53
HSL45º46.91%31.76%-
HSV(B)45º63.87%46.67%-
XYZ12.613.214.17-
YUV99.1896.29142.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=45.42%
G=38.17%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191004300.160.640.534546.9131.76
Hex77642B01040352d2f20
Octal1671445302010065555740
Binary111011111001001010110100001000000110101101101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77642B; }

 p { color: rgb(119,100,43); }

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

<style>
 a { background-color: #77642B; }

 a { background-color: rgb(119,100,43); }

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

<style>
 span { border-color: #77642B; }

 span { border-color: rgb(119,100,43); }

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