#77642D

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

Shades of Himalaya #77642D

Tints of Himalaya #77642D

Color information

#77642D (or 0x77642D) is unknown color: approx Himalaya. HEX triplet: 77, 64 and 2D. RGB value is (119,100,45). Sum of RGB (Red+Green+Blue) = 119+100+45=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77642D is #889BD2. Grayscale: #636363. Windows color (decimal): -8952787 or 2974839. OLE color: 2974839.

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

Color convert

RGB11910045-
CMYK00.160.620.53
HSL44.59º45.12%32.16%-
HSV(B)44.59º62.18%46.67%-
XYZ12.6413.234.37-
YUV99.4197.29141.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=45.08%
G=37.88%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191004500.160.620.5344.5945.1232.16
Hex77642D0103E352d2d20
Octal167144550207665555540
Binary11101111100100101101010000111110110101101101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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