#786A38

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

Shades of Himalaya #786A38

Tints of Himalaya #786A38

Color information

#786A38 (or 0x786A38) is unknown color: approx Himalaya. HEX triplet: 78, 6A and 38. RGB value is (120,106,56). Sum of RGB (Red+Green+Blue) = 120+106+56=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #786A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A38 is #8795C7. Grayscale: #686868. Windows color (decimal): -8885704 or 3697272. OLE color: 3697272.

HSL color Cylindrical-coordinate representation of color #786A38: hue angle of 46.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #786A38 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB12010656-
CMYK00.120.530.53
HSL46.88º36.36%34.51%-
HSV(B)46.88º53.33%47.06%-
XYZ13.6114.595.84-
YUV104.49100.64139.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=42.55%
G=37.59%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201065600.120.530.5346.8836.3634.51
Hex786A380C35352f2423
Octal170152700146565574443
Binary1111000110101011100001100110101110101101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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