Html Css Color HEX #744449 Tosca

📋 copy color: '#744449'

red 116 ◦ green 68 ◦ blue 73

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

Shades of Tosca #744449

Tints of Tosca #744449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 45.14%
G = 26.46%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#744449 (or 0x744449) is known color: Tosca. HEX triplet: 74, 44 and 49. RGB value is (116,68,73). Sum of RGB (Red+Green+Blue) = 116+68+73=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #744449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744449 is #8BBBB6. Grayscale: #525252. Windows color (decimal): -9157559 or 4801652. OLE color: 4801652.

HSL color Cylindrical-coordinate representation of color #744449: hue angle of 353.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #744449 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 73 -
CMYK 0 0.41 0.37 0.55
HSL 353.75º 0.26% 0.36% -
HSV(B) 353.75º 0.41% 0.45% -
XYZ 10.47 8.33 7.36 -
YUV 82.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 116 68 73 0 0.41 0.37 0.55 353.75 0.26 0.36
Hex 74 44 49 0 29 25 37 162 1A 24
Octal 164 104 111 0 51 45 67 542 32 44
Binary 1110100 1000100 1001001 0 101001 100101 110111 101100010 11010 100100

Color Harmonies of #744449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744449

Black with #744449

Text Example


Text Example

White with #744449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744449; }

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

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

background-color css

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

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

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

border-color css

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

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

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