#766A33

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

Shades of Himalaya #766A33

Tints of Himalaya #766A33

Color information

#766A33 (or 0x766A33) is unknown color: approx Himalaya. HEX triplet: 76, 6A and 33. RGB value is (118,106,51). Sum of RGB (Red+Green+Blue) = 118+106+51=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A33 is #8995CC. Grayscale: #676767. Windows color (decimal): -9016781 or 3369590. OLE color: 3369590.

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

Color convert

RGB11810651-
CMYK00.100.570.54
HSL49.25º39.64%33.14%-
HSV(B)49.25º56.78%46.27%-
XYZ13.2214.45.21-
YUV103.3298.48138.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=42.91%
G=38.55%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181065100.100.570.5449.2539.6433.14
Hex766A330A3936312821
Octal166152630127166615041
Binary1110110110101011001101010111001110110110001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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