#78662C

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

Shades of Himalaya #78662C

Tints of Himalaya #78662C

Color information

#78662C (or 0x78662C) is unknown color: approx Himalaya. HEX triplet: 78, 66 and 2C. RGB value is (120,102,44). Sum of RGB (Red+Green+Blue) = 120+102+44=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78662C is #8799D3. Grayscale: #656565. Windows color (decimal): -8886740 or 2909816. OLE color: 2909816.

HSL color Cylindrical-coordinate representation of color #78662C: hue angle of 45.79º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78662C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB12010244-
CMYK00.150.630.53
HSL45.79º46.34%32.16%-
HSV(B)45.79º63.33%47.06%-
XYZ12.9513.684.34-
YUV100.7795.96141.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=45.11%
G=38.35%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201024400.150.630.5345.7946.3432.16
Hex78662C0F3F352e2e20
Octal170146540177765565640
Binary1111000110011010110001111111111110101101110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78662C; }

 p { color: rgb(120,102,44); }

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

<style>
 a { background-color: #78662C; }

 a { background-color: rgb(120,102,44); }

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

<style>
 span { border-color: #78662C; }

 span { border-color: rgb(120,102,44); }

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