#766731

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

Shades of Himalaya #766731

Tints of Himalaya #766731

Color information

#766731 (or 0x766731) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 31. RGB value is (118,103,49). Sum of RGB (Red+Green+Blue) = 118+103+49=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766731 is #8998CE. Grayscale: #656565. Windows color (decimal): -9017551 or 3237750. OLE color: 3237750.

HSL color Cylindrical-coordinate representation of color #766731: hue angle of 46.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766731 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB11810349-
CMYK00.130.580.54
HSL46.96º41.32%32.75%-
HSV(B)46.96º58.47%46.27%-
XYZ12.8813.774.89-
YUV101.3398.47139.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=43.70%
G=38.15%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181034900.130.580.5446.9641.3232.75
Hex7667310D3A362f2921
Octal166147610157266575141
Binary1110110110011111000101101111010110110101111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766731; }

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

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

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

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

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

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

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

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