#785F2A

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

Shades of Himalaya #785F2A

Tints of Himalaya #785F2A

Color information

#785F2A (or 0x785F2A) is unknown color: approx Himalaya. HEX triplet: 78, 5F and 2A. RGB value is (120,95,42). Sum of RGB (Red+Green+Blue) = 120+95+42=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #785F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F2A is #87A0D5. Grayscale: #606060. Windows color (decimal): -8888534 or 2776952. OLE color: 2776952.

HSL color Cylindrical-coordinate representation of color #785F2A: hue angle of 40.77º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #785F2A is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1209542-
CMYK00.210.650.53
HSL40.77º48.15%31.76%-
HSV(B)40.77º65%47.06%-
XYZ12.2612.343.93-
YUV96.4397.28144.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=46.69%
G=36.96%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120954200.210.650.5340.7748.1531.76
Hex785F2A0154135293020
Octal1701375202510165516040
Binary111100010111111010100101011000001110101101001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785F2A; }

 p { color: rgb(120,95,42); }

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

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

 a { background-color: rgb(120,95,42); }

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

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

 span { border-color: rgb(120,95,42); }

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