#78692B

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

Shades of Himalaya #78692B

Tints of Himalaya #78692B

Color information

#78692B (or 0x78692B) is unknown color: approx Himalaya. HEX triplet: 78, 69 and 2B. RGB value is (120,105,43). Sum of RGB (Red+Green+Blue) = 120+105+43=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78692B is #8796D4. Grayscale: #666666. Windows color (decimal): -8885973 or 2845048. OLE color: 2845048.

HSL color Cylindrical-coordinate representation of color #78692B: hue angle of 48.31º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78692B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12010543-
CMYK00.130.640.53
HSL48.31º47.24%31.96%-
HSV(B)48.31º64.17%47.06%-
XYZ13.2314.274.34-
YUV102.4294.47140.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=44.78%
G=39.18%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201054300.130.640.5348.3147.2431.96
Hex78692B0D4035302f20
Octal1701515301510065605740
Binary11110001101001101011011011000000110101110000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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