#744146

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

Shades of Tosca #744146

Tints of Tosca #744146

Color information

#744146 (or 0x744146) is unknown color: approx Tosca. HEX triplet: 74, 41 and 46. RGB value is (116,65,70). Sum of RGB (Red+Green+Blue) = 116+65+70=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #744146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744146 is #8BBEB9. Grayscale: #505050. Windows color (decimal): -9158330 or 4604276. OLE color: 4604276.

HSL color Cylindrical-coordinate representation of color #744146: hue angle of 354.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744146 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1166570-
CMYK00.440.400.55
HSL354.12º28.18%35.49%-
HSV(B)354.12º43.97%45.49%-
XYZ10.27.946.79-
YUV80.82121.9153.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=46.22%
G=25.90%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116657000.440.400.55354.1228.1835.49
Hex74414602C28371621c23
Octal16410110605450675423443
Binary111010010000011000110010110010100011011110110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744146; }

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

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

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

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

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

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

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

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