#786A2D

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

Shades of Himalaya #786A2D

Tints of Himalaya #786A2D

Color information

#786A2D (or 0x786A2D) is unknown color: approx Himalaya. HEX triplet: 78, 6A and 2D. RGB value is (120,106,45). Sum of RGB (Red+Green+Blue) = 120+106+45=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #786A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A2D is #8795D2. Grayscale: #676767. Windows color (decimal): -8885715 or 2976376. OLE color: 2976376.

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

Color convert

RGB12010645-
CMYK00.120.630.53
HSL48.8º45.45%32.35%-
HSV(B)48.8º62.5%47.06%-
XYZ13.3714.494.57-
YUV103.2395.14139.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=44.28%
G=39.11%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201064500.120.630.5348.845.4532.35
Hex786A2D0C3F35312d20
Octal170152550147765615540
Binary1111000110101010110101100111111110101110001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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