Html Css Color HEX #743B41 Tosca

📋 copy color: '#743B41'

red 116 ◦ green 59 ◦ blue 65

#743B41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #743B41

Tints of Tosca #743B41

RGB

 RED value IS 116 (45.7% from 255) = 48.33%

 GREEN value IS 59 (23.44% from 255) = 24.58%

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 48.33%
G = 24.58%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#743B41 (or 0x743B41) is known color: Tosca. HEX triplet: 74, 3B and 41. RGB value is (116,59,65). Sum of RGB (Red+Green+Blue) = 116+59+65=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B41 is #8BC4BE. Grayscale: #4C4C4C. Windows color (decimal): -9159871 or 4275060. OLE color: 4275060.

HSL color Cylindrical-coordinate representation of color #743B41: hue angle of 353.68º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B41 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 65 -
CMYK 0 0.49 0.44 0.55
HSL 353.68º 0.33% 0.34% -
HSV(B) 353.68º 0.49% 0.45% -
XYZ 9.72 7.22 5.88 -
YUV 76.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 116 59 65 0 0.49 0.44 0.55 353.68 0.33 0.34
Hex 74 3B 41 0 31 2C 37 162 21 22
Octal 164 73 101 0 61 54 67 542 41 42
Binary 1110100 111011 1000001 0 110001 101100 110111 101100010 100001 100010

Color Harmonies of #743B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B41

Black with #743B41

Text Example


Text Example

White with #743B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #743B41;
 }
 .AnyTagClassName
 {
   color: #743B41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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