#786931

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

Shades of Himalaya #786931

Tints of Himalaya #786931

Color information

#786931 (or 0x786931) is unknown color: approx Himalaya. HEX triplet: 78, 69 and 31. RGB value is (120,105,49). Sum of RGB (Red+Green+Blue) = 120+105+49=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #786931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786931 is #8796CE. Grayscale: #676767. Windows color (decimal): -8885967 or 3238264. OLE color: 3238264.

HSL color Cylindrical-coordinate representation of color #786931: hue angle of 47.32º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #786931 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB12010549-
CMYK00.130.590.53
HSL47.32º42.01%33.14%-
HSV(B)47.32º59.17%47.06%-
XYZ13.3514.324.97-
YUV103.197.47140.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 49 (19.53% from 255) = 17.88%
R=43.80%
G=38.32%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201054900.130.590.5347.3242.0133.14
Hex7869310D3B352f2a21
Octal170151610157365575241
Binary1111000110100111000101101111011110101101111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786931; }

 p { color: rgb(120,105,49); }

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

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

 a { background-color: rgb(120,105,49); }

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

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

 span { border-color: rgb(120,105,49); }

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