#744143

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

Shades of Tosca #744143

Tints of Tosca #744143

Color information

#744143 (or 0x744143) is unknown color: approx Tosca. HEX triplet: 74, 41 and 43. RGB value is (116,65,67). Sum of RGB (Red+Green+Blue) = 116+65+67=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #744143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744143 is #8BBEBC. Grayscale: #505050. Windows color (decimal): -9158333 or 4407668. OLE color: 4407668.

HSL color Cylindrical-coordinate representation of color #744143: hue angle of 357.65º 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 #744143 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1166567-
CMYK00.440.420.55
HSL357.65º28.18%35.49%-
HSV(B)357.65º43.97%45.49%-
XYZ10.117.96.3-
YUV80.48120.4153.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=46.77%
G=26.21%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116656700.440.420.55357.6528.1835.49
Hex74414302C2A371661c23
Octal16410110305452675463443
Binary111010010000011000011010110010101011011110110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744143; }

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

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

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

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

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

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

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

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