#766734

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

Shades of Himalaya #766734

Tints of Himalaya #766734

Color information

#766734 (or 0x766734) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 34. RGB value is (118,103,52). Sum of RGB (Red+Green+Blue) = 118+103+52=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766734 is #8998CB. Grayscale: #656565. Windows color (decimal): -9017548 or 3434358. OLE color: 3434358.

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

Color convert

RGB11810352-
CMYK00.130.560.54
HSL46.36º38.82%33.33%-
HSV(B)46.36º55.93%46.27%-
XYZ12.9413.85.23-
YUV101.6799.97139.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=43.22%
G=37.73%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181035200.130.560.5446.3638.8233.33
Hex7667340D38362e2721
Octal166147640157066564741
Binary1110110110011111010001101111000110110101110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766734; }

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

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

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

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

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

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

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

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