#776933

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

Shades of Himalaya #776933

Tints of Himalaya #776933

Color information

#776933 (or 0x776933) is unknown color: approx Himalaya. HEX triplet: 77, 69 and 33. RGB value is (119,105,51). Sum of RGB (Red+Green+Blue) = 119+105+51=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776933 is #8896CC. Grayscale: #676767. Windows color (decimal): -8951501 or 3369335. OLE color: 3369335.

HSL color Cylindrical-coordinate representation of color #776933: hue angle of 47.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #776933 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB11910551-
CMYK00.120.570.53
HSL47.65º40%33.33%-
HSV(B)47.65º57.14%46.67%-
XYZ13.2614.265.19-
YUV103.0398.64139.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=43.27%
G=38.18%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191055100.120.570.5347.654033.33
Hex7769330C3935302821
Octal167151630147165605041
Binary1110111110100111001101100111001110101110000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776933; }

 p { color: rgb(119,105,51); }

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

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

 a { background-color: rgb(119,105,51); }

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

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

 span { border-color: rgb(119,105,51); }

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