#743B40

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

Shades of Tosca #743B40

Tints of Tosca #743B40

Color information

#743B40 (or 0x743B40) is unknown color: approx Tosca. HEX triplet: 74, 3B and 40. RGB value is (116,59,64). Sum of RGB (Red+Green+Blue) = 116+59+64=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #743B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B40 is #8BC4BF. Grayscale: #4C4C4C. Windows color (decimal): -9159872 or 4209524. OLE color: 4209524.

HSL color Cylindrical-coordinate representation of color #743B40: hue angle of 354.74º 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 #743B40 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1165964-
CMYK00.490.450.55
HSL354.74º32.57%34.31%-
HSV(B)354.74º49.14%45.49%-
XYZ9.697.215.73-
YUV76.61120.88156.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=48.54%
G=24.69%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116596400.490.450.55354.7432.5734.31
Hex743B400312D371632122
Octal1647310006155675434142
Binary111010011101110000000110001101101110111101100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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