#766A38

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

Shades of Himalaya #766A38

Tints of Himalaya #766A38

Color information

#766A38 (or 0x766A38) is unknown color: approx Himalaya. HEX triplet: 76, 6A and 38. RGB value is (118,106,56). Sum of RGB (Red+Green+Blue) = 118+106+56=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A38 is #8995C7. Grayscale: #686868. Windows color (decimal): -9016776 or 3697270. OLE color: 3697270.

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

Color convert

RGB11810656-
CMYK00.100.530.54
HSL48.39º35.63%34.12%-
HSV(B)48.39º52.54%46.27%-
XYZ13.3414.455.83-
YUV103.89100.98138.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 56 (22.27% from 255) = 20%
R=42.14%
G=37.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181065600.100.530.5448.3935.6334.12
Hex766A380A3536302422
Octal166152700126566604442
Binary1110110110101011100001010110101110110110000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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