#766735

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

Shades of Himalaya #766735

Tints of Himalaya #766735

Color information

#766735 (or 0x766735) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 35. RGB value is (118,103,53). Sum of RGB (Red+Green+Blue) = 118+103+53=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #766735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766735 is #8998CA. Grayscale: #656565. Windows color (decimal): -9017547 or 3499894. OLE color: 3499894.

HSL color Cylindrical-coordinate representation of color #766735: hue angle of 46.15º 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 #766735 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB11810353-
CMYK00.130.550.54
HSL46.15º38.01%33.53%-
HSV(B)46.15º55.08%46.27%-
XYZ12.9613.815.35-
YUV101.78100.47139.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=43.07%
G=37.59%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181035300.130.550.5446.1538.0133.53
Hex7667350D37362e2622
Octal166147650156766564642
Binary1110110110011111010101101110111110110101110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766735; }

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

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

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

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

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

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

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

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