#78662B

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

Shades of Himalaya #78662B

Tints of Himalaya #78662B

Color information

#78662B (or 0x78662B) is unknown color: approx Himalaya. HEX triplet: 78, 66 and 2B. RGB value is (120,102,43). Sum of RGB (Red+Green+Blue) = 120+102+43=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78662B is #8799D4. Grayscale: #646464. Windows color (decimal): -8886741 or 2844280. OLE color: 2844280.

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

Color convert

RGB12010243-
CMYK00.150.640.53
HSL45.97º47.24%31.96%-
HSV(B)45.97º64.17%47.06%-
XYZ12.9313.674.24-
YUV100.6695.46141.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=45.28%
G=38.49%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201024300.150.640.5345.9747.2431.96
Hex78662B0F40352e2f20
Octal1701465301710065565740
Binary11110001100110101011011111000000110101101110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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