#78672A

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

Shades of Himalaya #78672A

Tints of Himalaya #78672A

Color information

#78672A (or 0x78672A) is unknown color: approx Himalaya. HEX triplet: 78, 67 and 2A. RGB value is (120,103,42). Sum of RGB (Red+Green+Blue) = 120+103+42=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78672A is #8798D5. Grayscale: #656565. Windows color (decimal): -8886486 or 2779000. OLE color: 2779000.

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

Color convert

RGB12010342-
CMYK00.140.650.53
HSL46.92º48.15%31.76%-
HSV(B)46.92º65%47.06%-
XYZ13.0113.864.18-
YUV101.1394.63141.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=45.28%
G=38.87%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201034200.140.650.5346.9248.1531.76
Hex78672A0E41352f3020
Octal1701475201610165576040
Binary11110001100111101010011101000001110101101111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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