#786125

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

Shades of Himalaya #786125

Tints of Himalaya #786125

Color information

#786125 (or 0x786125) is unknown color: approx Himalaya. HEX triplet: 78, 61 and 25. RGB value is (120,97,37). Sum of RGB (Red+Green+Blue) = 120+97+37=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #786125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786125 is #879EDA. Grayscale: #616161. Windows color (decimal): -8888027 or 2449784. OLE color: 2449784.

HSL color Cylindrical-coordinate representation of color #786125: hue angle of 43.37º 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 #786125 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1209737-
CMYK00.190.690.53
HSL43.37º52.87%30.78%-
HSV(B)43.37º69.17%47.06%-
XYZ12.3512.683.55-
YUV97.0494.12144.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 37 (14.84% from 255) = 14.57%
R=47.24%
G=38.19%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120973700.190.690.5343.3752.8730.78
Hex78612501345352b351f
Octal1701414502310565536537
Binary11110001100001100101010011100010111010110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786125; }

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

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

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

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

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

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

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

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