#776234

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

Shades of Himalaya #776234

Tints of Himalaya #776234

Color information

#776234 (or 0x776234) is unknown color: approx Himalaya. HEX triplet: 77, 62 and 34. RGB value is (119,98,52). Sum of RGB (Red+Green+Blue) = 119+98+52=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776234 is #889DCB. Grayscale: #636363. Windows color (decimal): -8953292 or 3433079. OLE color: 3433079.

HSL color Cylindrical-coordinate representation of color #776234: hue angle of 41.19º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776234 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1199852-
CMYK00.180.560.53
HSL41.19º39.18%33.53%-
HSV(B)41.19º56.3%46.67%-
XYZ12.612.915.08-
YUV99.04101.46142.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=44.24%
G=36.43%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119985200.180.560.5341.1939.1833.53
Hex7762340123835292722
Octal167142640227065514742
Binary11101111100010110100010010111000110101101001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776234; }

 p { color: rgb(119,98,52); }

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

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

 a { background-color: rgb(119,98,52); }

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

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

 span { border-color: rgb(119,98,52); }

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