#783D40

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

Shades of Tosca #783D40

Tints of Tosca #783D40

Color information

#783D40 (or 0x783D40) is unknown color: approx Tosca. HEX triplet: 78, 3D and 40. RGB value is (120,61,64). Sum of RGB (Red+Green+Blue) = 120+61+64=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #783D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D40 is #87C2BF. Grayscale: #4F4F4F. Windows color (decimal): -8897216 or 4210040. OLE color: 4210040.

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

Color convert

RGB1206164-
CMYK00.490.470.53
HSL356.95º32.6%35.49%-
HSV(B)356.95º49.17%47.06%-
XYZ10.347.75.79-
YUV78.98119.55157.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=48.98%
G=24.90%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120616400.490.470.53356.9532.635.49
Hex783D400312F351652123
Octal1707510006157655454143
Binary111100011110110000000110001101111110101101100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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