#776734

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

Shades of Himalaya #776734

Tints of Himalaya #776734

Color information

#776734 (or 0x776734) is unknown color: approx Himalaya. HEX triplet: 77, 67 and 34. RGB value is (119,103,52). Sum of RGB (Red+Green+Blue) = 119+103+52=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #776734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776734 is #8898CB. Grayscale: #666666. Windows color (decimal): -8952012 or 3434359. OLE color: 3434359.

HSL color Cylindrical-coordinate representation of color #776734: hue angle of 45.67º 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 #776734 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB11910352-
CMYK00.130.560.53
HSL45.67º39.18%33.53%-
HSV(B)45.67º56.3%46.67%-
XYZ13.0813.875.24-
YUV101.9799.8140.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=43.43%
G=37.59%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191035200.130.560.5345.6739.1833.53
Hex7767340D38352e2722
Octal167147640157065564742
Binary1110111110011111010001101111000110101101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776734; }

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

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

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

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

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

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

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

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