#743B42

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

Shades of Tosca #743B42

Tints of Tosca #743B42

Color information

#743B42 (or 0x743B42) is unknown color: approx Tosca. HEX triplet: 74, 3B and 42. RGB value is (116,59,66). Sum of RGB (Red+Green+Blue) = 116+59+66=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #743B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B42 is #8BC4BD. Grayscale: #4C4C4C. Windows color (decimal): -9159870 or 4340596. OLE color: 4340596.

HSL color Cylindrical-coordinate representation of color #743B42: hue angle of 352.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B42 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1165966-
CMYK00.490.430.55
HSL352.63º32.57%34.31%-
HSV(B)352.63º49.14%45.49%-
XYZ9.757.236.04-
YUV76.84121.88155.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=48.13%
G=24.48%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116596600.490.430.55352.6332.5734.31
Hex743B420312B371612122
Octal1647310206153675414142
Binary111010011101110000100110001101011110111101100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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