#783C40

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

Shades of Tosca #783C40

Tints of Tosca #783C40

Color information

#783C40 (or 0x783C40) is unknown color: approx Tosca. HEX triplet: 78, 3C and 40. RGB value is (120,60,64). Sum of RGB (Red+Green+Blue) = 120+60+64=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #783C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C40 is #87C3BF. Grayscale: #4E4E4E. Windows color (decimal): -8897472 or 4209784. OLE color: 4209784.

HSL color Cylindrical-coordinate representation of color #783C40: hue angle of 356º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C40 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1206064-
CMYK00.50.470.53
HSL356º33.33%35.29%-
HSV(B)356º50%47.06%-
XYZ10.297.595.77-
YUV78.4119.88157.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=49.18%
G=24.59%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120606400.50.470.5335633.3335.29
Hex783C400322F351642123
Octal1707410006257655444143
Binary111100011110010000000110010101111110101101100100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783C40; }

 p { color: rgb(120,60,64); }

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

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

 a { background-color: rgb(120,60,64); }

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

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

 span { border-color: rgb(120,60,64); }

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