Html Css Color HEX #743A42 Tosca

📋 copy color: '#743A42'

red 116 ◦ green 58 ◦ blue 66

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

Shades of Tosca #743A42

Tints of Tosca #743A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

 BLUE value IS 66 (26.17% from 255) = 27.5%

R = 48.33%
G = 24.17%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#743A42 (or 0x743A42) is known color: Tosca. HEX triplet: 74, 3A and 42. RGB value is (116,58,66). Sum of RGB (Red+Green+Blue) = 116+58+66=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A42 is #8BC5BD. Grayscale: #4C4C4C. Windows color (decimal): -9160126 or 4340340. OLE color: 4340340.

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

Color convert

RGB 116 58 66 -
CMYK 0 0.5 0.43 0.55
HSL 351.72º 0.33% 0.34% -
HSV(B) 351.72º 0.5% 0.45% -
XYZ 9.7 7.13 6.02 -
YUV 76.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 116 58 66 0 0.5 0.43 0.55 351.72 0.33 0.34
Hex 74 3A 42 0 32 2B 37 160 21 22
Octal 164 72 102 0 62 53 67 540 41 42
Binary 1110100 111010 1000010 0 110010 101011 110111 101100000 100001 100010

Color Harmonies of #743A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A42

Black with #743A42

Text Example


Text Example

White with #743A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,58,66); }

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

background-color css

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

 a { background-color: rgb(116,58,66); }

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

border-color css

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

 span { border-color: rgb(116,58,66); }

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