#766A35

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

Shades of Himalaya #766A35

Tints of Himalaya #766A35

Color information

#766A35 (or 0x766A35) is unknown color: approx Himalaya. HEX triplet: 76, 6A and 35. RGB value is (118,106,53). Sum of RGB (Red+Green+Blue) = 118+106+53=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A35 is #8995CA. Grayscale: #676767. Windows color (decimal): -9016779 or 3500662. OLE color: 3500662.

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

Color convert

RGB11810653-
CMYK00.100.550.54
HSL48.92º38.01%33.53%-
HSV(B)48.92º55.08%46.27%-
XYZ13.2714.425.45-
YUV103.5599.48138.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=42.60%
G=38.27%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181065300.100.550.5448.9238.0133.53
Hex766A350A3736312622
Octal166152650126766614642
Binary1110110110101011010101010110111110110110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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