#786430

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

Shades of Himalaya #786430

Tints of Himalaya #786430

Color information

#786430 (or 0x786430) is unknown color: approx Himalaya. HEX triplet: 78, 64 and 30. RGB value is (120,100,48). Sum of RGB (Red+Green+Blue) = 120+100+48=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #786430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786430 is #879BCF. Grayscale: #646464. Windows color (decimal): -8887248 or 3171448. OLE color: 3171448.

HSL color Cylindrical-coordinate representation of color #786430: hue angle of 43.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #786430 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB12010048-
CMYK00.170.600.53
HSL43.33º42.86%32.94%-
HSV(B)43.33º60%47.06%-
XYZ12.8413.324.69-
YUV100.0598.63142.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=44.78%
G=37.31%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201004800.170.600.5343.3342.8632.94
Hex7864300113C352b2b21
Octal170144600217465535341
Binary11110001100100110000010001111100110101101011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786430; }

 p { color: rgb(120,100,48); }

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

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

 a { background-color: rgb(120,100,48); }

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

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

 span { border-color: rgb(120,100,48); }

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