#78652B

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

Shades of Himalaya #78652B

Tints of Himalaya #78652B

Color information

#78652B (or 0x78652B) is unknown color: approx Himalaya. HEX triplet: 78, 65 and 2B. RGB value is (120,101,43). Sum of RGB (Red+Green+Blue) = 120+101+43=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78652B is #879AD4. Grayscale: #646464. Windows color (decimal): -8886997 or 2844024. OLE color: 2844024.

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

Color convert

RGB12010143-
CMYK00.160.640.53
HSL45.19º47.24%31.96%-
HSV(B)45.19º64.17%47.06%-
XYZ12.8413.474.21-
YUV100.0795.79142.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=45.45%
G=38.26%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201014300.160.640.5345.1947.2431.96
Hex78652B01040352d2f20
Octal1701455302010065555740
Binary111100011001011010110100001000000110101101101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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