#786129

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

Shades of Himalaya #786129

Tints of Himalaya #786129

Color information

#786129 (or 0x786129) is unknown color: approx Himalaya. HEX triplet: 78, 61 and 29. RGB value is (120,97,41). Sum of RGB (Red+Green+Blue) = 120+97+41=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #786129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786129 is #879ED6. Grayscale: #616161. Windows color (decimal): -8888023 or 2711928. OLE color: 2711928.

HSL color Cylindrical-coordinate representation of color #786129: hue angle of 42.53º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #786129 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1209741-
CMYK00.190.660.53
HSL42.53º49.07%31.57%-
HSV(B)42.53º65.83%47.06%-
XYZ12.4212.73.9-
YUV97.4996.12144.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 41 (16.41% from 255) = 15.89%
R=46.51%
G=37.60%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120974100.190.660.5342.5349.0731.57
Hex78612901342352b3120
Octal1701415102310265536140
Binary111100011000011010010100111000010110101101011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786129; }

 p { color: rgb(120,97,41); }

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

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

 a { background-color: rgb(120,97,41); }

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

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

 span { border-color: rgb(120,97,41); }

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