#78692A

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

Shades of Himalaya #78692A

Tints of Himalaya #78692A

Color information

#78692A (or 0x78692A) is unknown color: approx Himalaya. HEX triplet: 78, 69 and 2A. RGB value is (120,105,42). Sum of RGB (Red+Green+Blue) = 120+105+42=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78692A is #8796D5. Grayscale: #666666. Windows color (decimal): -8885974 or 2779512. OLE color: 2779512.

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

Color convert

RGB12010542-
CMYK00.130.650.53
HSL48.46º48.15%31.76%-
HSV(B)48.46º65%47.06%-
XYZ13.2214.264.25-
YUV102.393.97140.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=44.94%
G=39.33%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201054200.130.650.5348.4648.1531.76
Hex78692A0D4135303020
Octal1701515201510165606040
Binary11110001101001101010011011000001110101110000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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