#78692E

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

Shades of Himalaya #78692E

Tints of Himalaya #78692E

Color information

#78692E (or 0x78692E) is unknown color: approx Himalaya. HEX triplet: 78, 69 and 2E. RGB value is (120,105,46). Sum of RGB (Red+Green+Blue) = 120+105+46=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #78692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78692E is #8796D1. Grayscale: #676767. Windows color (decimal): -8885970 or 3041656. OLE color: 3041656.

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

Color convert

RGB12010546-
CMYK00.130.620.53
HSL47.84º44.58%32.55%-
HSV(B)47.84º61.67%47.06%-
XYZ13.2914.294.64-
YUV102.7695.97140.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 46 (18.36% from 255) = 16.97%
R=44.28%
G=38.75%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201054600.130.620.5347.8444.5832.55
Hex78692E0D3E35302d21
Octal170151560157665605541
Binary1111000110100110111001101111110110101110000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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