#743D42

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

Shades of Tosca #743D42

Tints of Tosca #743D42

Color information

#743D42 (or 0x743D42) is unknown color: approx Tosca. HEX triplet: 74, 3D and 42. RGB value is (116,61,66). Sum of RGB (Red+Green+Blue) = 116+61+66=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #743D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D42 is #8BC2BD. Grayscale: #4E4E4E. Windows color (decimal): -9159358 or 4341108. OLE color: 4341108.

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

Color convert

RGB1166166-
CMYK00.470.430.55
HSL354.55º31.07%34.71%-
HSV(B)354.55º47.41%45.49%-
XYZ9.857.446.07-
YUV78.01121.22155.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=47.74%
G=25.10%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116616600.470.430.55354.5531.0734.71
Hex743D4202F2B371631f23
Octal1647510205753675433743
Binary11101001111011000010010111110101111011110110001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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