#783B42

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

Shades of Tosca #783B42

Tints of Tosca #783B42

Color information

#783B42 (or 0x783B42) is unknown color: approx Tosca. HEX triplet: 78, 3B and 42. RGB value is (120,59,66). Sum of RGB (Red+Green+Blue) = 120+59+66=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #783B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B42 is #87C4BD. Grayscale: #4E4E4E. Windows color (decimal): -8897726 or 4340600. OLE color: 4340600.

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

Color convert

RGB1205966-
CMYK00.510.450.53
HSL353.11º34.08%35.1%-
HSV(B)353.11º50.83%47.06%-
XYZ10.297.516.06-
YUV78.04121.21157.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=48.98%
G=24.08%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120596600.510.450.53353.1134.0835.1
Hex783B420332D351612223
Octal1707310206355655414243
Binary111100011101110000100110011101101110101101100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,59,66); }

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

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

 a { background-color: rgb(120,59,66); }

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

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

 span { border-color: rgb(120,59,66); }

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