Html Css Color HEX #743E3F Tosca

📋 copy color: '#743E3F'

red 116 ◦ green 62 ◦ blue 63

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

Shades of Tosca #743E3F

Tints of Tosca #743E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.73%

 BLUE value IS 63 (25% from 255) = 26.14%

R = 48.13%
G = 25.73%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#743E3F (or 0x743E3F) is known color: Tosca. HEX triplet: 74, 3E and 3F. RGB value is (116,62,63). Sum of RGB (Red+Green+Blue) = 116+62+63=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #743E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E3F is #8BC1C0. Grayscale: #4E4E4E. Windows color (decimal): -9159105 or 4144756. OLE color: 4144756.

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

Color convert

RGB 116 62 63 -
CMYK 0 0.47 0.46 0.55
HSL 358.89º 0.3% 0.35% -
HSV(B) 358.89º 0.47% 0.45% -
XYZ 9.82 7.52 5.64 -
YUV 78.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 116 62 63 0 0.47 0.46 0.55 358.89 0.3 0.35
Hex 74 3E 3F 0 2F 2E 37 167 1E 23
Octal 164 76 77 0 57 56 67 547 36 43
Binary 1110100 111110 111111 0 101111 101110 110111 101100111 11110 100011

Color Harmonies of #743E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E3F

Black with #743E3F

Text Example


Text Example

White with #743E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,62,63); }

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

background-color css

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

 a { background-color: rgb(116,62,63); }

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

border-color css

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

 span { border-color: rgb(116,62,63); }

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