#743E46

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

Shades of Tosca #743E46

Tints of Tosca #743E46

Color information

#743E46 (or 0x743E46) is unknown color: approx Tosca. HEX triplet: 74, 3E and 46. RGB value is (116,62,70). Sum of RGB (Red+Green+Blue) = 116+62+70=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #743E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E46 is #8BC1B9. Grayscale: #4F4F4F. Windows color (decimal): -9159098 or 4603508. OLE color: 4603508.

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

Color convert

RGB1166270-
CMYK00.470.400.55
HSL351.11º30.34%34.9%-
HSV(B)351.11º46.55%45.49%-
XYZ10.037.66.73-
YUV79.06122.89154.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=46.77%
G=25%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116627000.470.400.55351.1130.3434.9
Hex743E4602F283715f1e23
Octal1647610605750675373643
Binary11101001111101000110010111110100011011110101111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,62,70); }

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

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

 a { background-color: rgb(116,62,70); }

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

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

 span { border-color: rgb(116,62,70); }

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