#78602E

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

Shades of Himalaya #78602E

Tints of Himalaya #78602E

Color information

#78602E (or 0x78602E) is unknown color: approx Himalaya. HEX triplet: 78, 60 and 2E. RGB value is (120,96,46). Sum of RGB (Red+Green+Blue) = 120+96+46=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78602E is #879FD1. Grayscale: #616161. Windows color (decimal): -8888274 or 3039352. OLE color: 3039352.

HSL color Cylindrical-coordinate representation of color #78602E: hue angle of 40.54º 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 #78602E is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1209646-
CMYK00.20.620.53
HSL40.54º44.58%32.55%-
HSV(B)40.54º61.67%47.06%-
XYZ12.4212.564.35-
YUV97.4898.95144.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=45.80%
G=36.64%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120964600.20.620.5340.5444.5832.55
Hex78602E0143E35292d21
Octal170140560247665515541
Binary11110001100000101110010100111110110101101001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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