#776034

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

Shades of Himalaya #776034

Tints of Himalaya #776034

Color information

#776034 (or 0x776034) is unknown color: approx Himalaya. HEX triplet: 77, 60 and 34. RGB value is (119,96,52). Sum of RGB (Red+Green+Blue) = 119+96+52=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776034 is #889FCB. Grayscale: #626262. Windows color (decimal): -8953804 or 3432567. OLE color: 3432567.

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

Color convert

RGB1199652-
CMYK00.190.560.53
HSL39.4º39.18%33.53%-
HSV(B)39.4º56.3%46.67%-
XYZ12.4112.545.01-
YUV97.86102.12143.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=44.57%
G=35.96%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119965200.190.560.5339.439.1833.53
Hex7760340133835272722
Octal167140640237065474742
Binary11101111100000110100010011111000110101100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776034; }

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

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

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

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

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

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

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

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