#78652A

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

Shades of Himalaya #78652A

Tints of Himalaya #78652A

Color information

#78652A (or 0x78652A) is unknown color: approx Himalaya. HEX triplet: 78, 65 and 2A. RGB value is (120,101,42). Sum of RGB (Red+Green+Blue) = 120+101+42=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78652A is #879AD5. Grayscale: #646464. Windows color (decimal): -8886998 or 2778488. OLE color: 2778488.

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

Color convert

RGB12010142-
CMYK00.160.650.53
HSL45.38º48.15%31.76%-
HSV(B)45.38º65%47.06%-
XYZ12.8213.474.11-
YUV99.9695.29142.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=45.63%
G=38.40%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201014200.160.650.5345.3848.1531.76
Hex78652A01041352d3020
Octal1701455202010165556040
Binary111100011001011010100100001000001110101101101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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