#766732

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

Shades of Himalaya #766732

Tints of Himalaya #766732

Color information

#766732 (or 0x766732) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 32. RGB value is (118,103,50). Sum of RGB (Red+Green+Blue) = 118+103+50=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766732 is #8998CD. Grayscale: #656565. Windows color (decimal): -9017550 or 3303286. OLE color: 3303286.

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

Color convert

RGB11810350-
CMYK00.130.580.54
HSL46.76º40.48%32.94%-
HSV(B)46.76º57.63%46.27%-
XYZ12.913.785-
YUV101.4498.97139.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=43.54%
G=38.01%
B=18.45%

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
Decimal1181035000.130.580.5446.7640.4832.94
Hex7667320D3A362f2821
Octal166147620157266575041
Binary1110110110011111001001101111010110110101111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766732; }

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

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

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

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

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

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

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

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