#766A34

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

Shades of Himalaya #766A34

Tints of Himalaya #766A34

Color information

#766A34 (or 0x766A34) is unknown color: approx Himalaya. HEX triplet: 76, 6A and 34. RGB value is (118,106,52). Sum of RGB (Red+Green+Blue) = 118+106+52=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #766A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A34 is #8995CB. Grayscale: #676767. Windows color (decimal): -9016780 or 3435126. OLE color: 3435126.

HSL color Cylindrical-coordinate representation of color #766A34: hue angle of 49.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766A34 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB11810652-
CMYK00.100.560.54
HSL49.09º38.82%33.33%-
HSV(B)49.09º55.93%46.27%-
XYZ13.2514.415.33-
YUV103.4398.98138.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=42.75%
G=38.41%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181065200.100.560.5449.0938.8233.33
Hex766A340A3836312721
Octal166152640127066614741
Binary1110110110101011010001010111000110110110001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A34; }

 p { color: rgb(118,106,52); }

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

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

 a { background-color: rgb(118,106,52); }

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

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

 span { border-color: rgb(118,106,52); }

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