Html Css Color HEX #743C42 Tosca

📋 copy color: '#743C42'

red 116 ◦ green 60 ◦ blue 66

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

Shades of Tosca #743C42

Tints of Tosca #743C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

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

R = 47.93%
G = 24.79%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#743C42 (or 0x743C42) is known color: Tosca. HEX triplet: 74, 3C and 42. RGB value is (116,60,66). Sum of RGB (Red+Green+Blue) = 116+60+66=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #743C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C42 is #8BC3BD. Grayscale: #4D4D4D. Windows color (decimal): -9159614 or 4340852. OLE color: 4340852.

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

Color convert

RGB 116 60 66 -
CMYK 0 0.48 0.43 0.55
HSL 353.57º 0.32% 0.35% -
HSV(B) 353.57º 0.48% 0.45% -
XYZ 9.8 7.34 6.05 -
YUV 77.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 116 60 66 0 0.48 0.43 0.55 353.57 0.32 0.35
Hex 74 3C 42 0 30 2B 37 162 20 23
Octal 164 74 102 0 60 53 67 542 40 43
Binary 1110100 111100 1000010 0 110000 101011 110111 101100010 100000 100011

Color Harmonies of #743C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C42

Black with #743C42

Text Example


Text Example

White with #743C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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