Html Css Color HEX #743B40 Tosca

📋 copy color: '#743B40'

red 116 ◦ green 59 ◦ blue 64

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

Shades of Tosca #743B40

Tints of Tosca #743B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 48.54%
G = 24.69%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#743B40 (or 0x743B40) is known color: Tosca. HEX triplet: 74, 3B and 40. RGB value is (116,59,64). Sum of RGB (Red+Green+Blue) = 116+59+64=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #743B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B40 is #8BC4BF. Grayscale: #4C4C4C. Windows color (decimal): -9159872 or 4209524. OLE color: 4209524.

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

Color convert

RGB 116 59 64 -
CMYK 0 0.49 0.45 0.55
HSL 354.74º 0.33% 0.34% -
HSV(B) 354.74º 0.49% 0.45% -
XYZ 9.69 7.21 5.73 -
YUV 76.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 116 59 64 0 0.49 0.45 0.55 354.74 0.33 0.34
Hex 74 3B 40 0 31 2D 37 163 21 22
Octal 164 73 100 0 61 55 67 543 41 42
Binary 1110100 111011 1000000 0 110001 101101 110111 101100011 100001 100010

Color Harmonies of #743B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B40

Black with #743B40

Text Example


Text Example

White with #743B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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