#786325

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

Shades of Himalaya #786325

Tints of Himalaya #786325

Color information

#786325 (or 0x786325) is unknown color: approx Himalaya. HEX triplet: 78, 63 and 25. RGB value is (120,99,37). Sum of RGB (Red+Green+Blue) = 120+99+37=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #786325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786325 is #879CDA. Grayscale: #626262. Windows color (decimal): -8887515 or 2450296. OLE color: 2450296.

HSL color Cylindrical-coordinate representation of color #786325: hue angle of 44.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #786325 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1209937-
CMYK00.170.690.53
HSL44.82º52.87%30.78%-
HSV(B)44.82º69.17%47.06%-
XYZ12.5413.053.61-
YUV98.2193.46143.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=46.88%
G=38.67%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120993700.170.690.5344.8252.8730.78
Hex78632501145352d351f
Octal1701434502110565556537
Binary11110001100011100101010001100010111010110110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786325; }

 p { color: rgb(120,99,37); }

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

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

 a { background-color: rgb(120,99,37); }

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

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

 span { border-color: rgb(120,99,37); }

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