#776834

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

Shades of Himalaya #776834

Tints of Himalaya #776834

Color information

#776834 (or 0x776834) is unknown color: approx Himalaya. HEX triplet: 77, 68 and 34. RGB value is (119,104,52). Sum of RGB (Red+Green+Blue) = 119+104+52=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776834 is #8897CB. Grayscale: #666666. Windows color (decimal): -8951756 or 3434615. OLE color: 3434615.

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

Color convert

RGB11910452-
CMYK00.130.560.53
HSL46.57º39.18%33.53%-
HSV(B)46.57º56.3%46.67%-
XYZ13.1814.075.27-
YUV102.5699.47139.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=43.27%
G=37.82%
B=18.91%

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
Decimal1191045200.130.560.5346.5739.1833.53
Hex7768340D38352f2722
Octal167150640157065574742
Binary1110111110100011010001101111000110101101111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776834; }

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

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

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

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

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

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

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

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