#776334

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

Shades of Himalaya #776334

Tints of Himalaya #776334

Color information

#776334 (or 0x776334) is unknown color: approx Himalaya. HEX triplet: 77, 63 and 34. RGB value is (119,99,52). Sum of RGB (Red+Green+Blue) = 119+99+52=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #776334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776334 is #889CCB. Grayscale: #636363. Windows color (decimal): -8953036 or 3433335. OLE color: 3433335.

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

Color convert

RGB1199952-
CMYK00.170.560.53
HSL42.09º39.18%33.53%-
HSV(B)42.09º56.3%46.67%-
XYZ12.6913.095.11-
YUV99.62101.13141.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=44.07%
G=36.67%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119995200.170.560.5342.0939.1833.53
Hex77633401138352a2722
Octal167143640217065524742
Binary11101111100011110100010001111000110101101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776334; }

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

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

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

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

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

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

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

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