#776B34

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

Shades of Himalaya #776B34

Tints of Himalaya #776B34

Color information

#776B34 (or 0x776B34) is unknown color: approx Himalaya. HEX triplet: 77, 6B and 34. RGB value is (119,107,52). Sum of RGB (Red+Green+Blue) = 119+107+52=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #776B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B34 is #8894CB. Grayscale: #686868. Windows color (decimal): -8950988 or 3435383. OLE color: 3435383.

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

Color convert

RGB11910752-
CMYK00.100.560.53
HSL49.25º39.18%33.53%-
HSV(B)49.25º56.3%46.67%-
XYZ13.4914.695.37-
YUV104.3298.48138.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=42.81%
G=38.49%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191075200.100.560.5349.2539.1833.53
Hex776B340A3835312722
Octal167153640127065614742
Binary1110111110101111010001010111000110101110001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776B34; }

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

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

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

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

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

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

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

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