Html Css Color HEX #743E42 Tosca

📋 copy color: '#743E42'

red 116 ◦ green 62 ◦ blue 66

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

Shades of Tosca #743E42

Tints of Tosca #743E42

RGB

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

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

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

R = 47.54%
G = 25.41%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#743E42 (or 0x743E42) is known color: Tosca. HEX triplet: 74, 3E and 42. RGB value is (116,62,66). Sum of RGB (Red+Green+Blue) = 116+62+66=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #743E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E42 is #8BC1BD. Grayscale: #4E4E4E. Windows color (decimal): -9159102 or 4341364. OLE color: 4341364.

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

Color convert

RGB 116 62 66 -
CMYK 0 0.47 0.43 0.55
HSL 355.56º 0.3% 0.35% -
HSV(B) 355.56º 0.47% 0.45% -
XYZ 9.91 7.55 6.09 -
YUV 78.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 116 62 66 0 0.47 0.43 0.55 355.56 0.3 0.35
Hex 74 3E 42 0 2F 2B 37 164 1E 23
Octal 164 76 102 0 57 53 67 544 36 43
Binary 1110100 111110 1000010 0 101111 101011 110111 101100100 11110 100011

Color Harmonies of #743E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E42

Black with #743E42

Text Example


Text Example

White with #743E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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