Html Css Color HEX #743B42 Tosca

📋 copy color: '#743B42'

red 116 ◦ green 59 ◦ blue 66

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

Shades of Tosca #743B42

Tints of Tosca #743B42

RGB

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

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

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

R = 48.13%
G = 24.48%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#743B42 (or 0x743B42) is known color: Tosca. HEX triplet: 74, 3B and 42. RGB value is (116,59,66). Sum of RGB (Red+Green+Blue) = 116+59+66=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #743B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B42 is #8BC4BD. Grayscale: #4C4C4C. Windows color (decimal): -9159870 or 4340596. OLE color: 4340596.

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

Color convert

RGB 116 59 66 -
CMYK 0 0.49 0.43 0.55
HSL 352.63º 0.33% 0.34% -
HSV(B) 352.63º 0.49% 0.45% -
XYZ 9.75 7.23 6.04 -
YUV 76.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 116 59 66 0 0.49 0.43 0.55 352.63 0.33 0.34
Hex 74 3B 42 0 31 2B 37 161 21 22
Octal 164 73 102 0 61 53 67 541 41 42
Binary 1110100 111011 1000010 0 110001 101011 110111 101100001 100001 100010

Color Harmonies of #743B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B42

Black with #743B42

Text Example


Text Example

White with #743B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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