#78672B

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

Shades of Himalaya #78672B

Tints of Himalaya #78672B

Color information

#78672B (or 0x78672B) is unknown color: approx Himalaya. HEX triplet: 78, 67 and 2B. RGB value is (120,103,43). Sum of RGB (Red+Green+Blue) = 120+103+43=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78672B is #8798D4. Grayscale: #656565. Windows color (decimal): -8886485 or 2844536. OLE color: 2844536.

HSL color Cylindrical-coordinate representation of color #78672B: hue angle of 46.75º 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 #78672B is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12010343-
CMYK00.140.640.53
HSL46.75º47.24%31.96%-
HSV(B)46.75º64.17%47.06%-
XYZ13.0313.874.28-
YUV101.2495.13141.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=45.11%
G=38.72%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201034300.140.640.5346.7547.2431.96
Hex78672B0E40352f2f20
Octal1701475301610065575740
Binary11110001100111101011011101000000110101101111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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