#78622A

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

Shades of Himalaya #78622A

Tints of Himalaya #78622A

Color information

#78622A (or 0x78622A) is unknown color: approx Himalaya. HEX triplet: 78, 62 and 2A. RGB value is (120,98,42). Sum of RGB (Red+Green+Blue) = 120+98+42=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #78622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78622A is #879DD5. Grayscale: #626262. Windows color (decimal): -8887766 or 2777720. OLE color: 2777720.

HSL color Cylindrical-coordinate representation of color #78622A: hue angle of 43.08º 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 #78622A is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1209842-
CMYK00.180.650.53
HSL43.08º48.15%31.76%-
HSV(B)43.08º65%47.06%-
XYZ12.5312.94.02-
YUV98.1996.29143.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=46.15%
G=37.69%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120984200.180.650.5343.0848.1531.76
Hex78622A01241352b3020
Octal1701425202210165536040
Binary111100011000101010100100101000001110101101011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78622A; }

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

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

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

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

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

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

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

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