#743D44

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

Shades of Tosca #743D44

Tints of Tosca #743D44

Color information

#743D44 (or 0x743D44) is unknown color: approx Tosca. HEX triplet: 74, 3D and 44. RGB value is (116,61,68). Sum of RGB (Red+Green+Blue) = 116+61+68=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #743D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D44 is #8BC2BB. Grayscale: #4E4E4E. Windows color (decimal): -9159356 or 4472180. OLE color: 4472180.

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

Color convert

RGB1166168-
CMYK00.470.410.55
HSL352.36º31.07%34.71%-
HSV(B)352.36º47.41%45.49%-
XYZ9.917.476.39-
YUV78.24122.22154.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=47.35%
G=24.90%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116616800.470.410.55352.3631.0734.71
Hex743D4402F29371601f23
Octal1647510405751675403743
Binary11101001111011000100010111110100111011110110000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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