Html Css Color HEX #743C44 Tosca

📋 copy color: '#743C44'

red 116 ◦ green 60 ◦ blue 68

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

Shades of Tosca #743C44

Tints of Tosca #743C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.87%

R = 47.54%
G = 24.59%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#743C44 (or 0x743C44) is known color: Tosca. HEX triplet: 74, 3C and 44. RGB value is (116,60,68). Sum of RGB (Red+Green+Blue) = 116+60+68=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #743C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C44 is #8BC3BB. Grayscale: #4D4D4D. Windows color (decimal): -9159612 or 4471924. OLE color: 4471924.

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

Color convert

RGB 116 60 68 -
CMYK 0 0.48 0.41 0.55
HSL 351.43º 0.32% 0.35% -
HSV(B) 351.43º 0.48% 0.45% -
XYZ 9.86 7.36 6.37 -
YUV 77.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 116 60 68 0 0.48 0.41 0.55 351.43 0.32 0.35
Hex 74 3C 44 0 30 29 37 15F 20 23
Octal 164 74 104 0 60 51 67 537 40 43
Binary 1110100 111100 1000100 0 110000 101001 110111 101011111 100000 100011

Color Harmonies of #743C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C44

Black with #743C44

Text Example


Text Example

White with #743C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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