Html Css Color HEX #744249 Tosca

📋 copy color: '#744249'

red 116 ◦ green 66 ◦ blue 73

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

Shades of Tosca #744249

Tints of Tosca #744249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 45.49%
G = 25.88%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#744249 (or 0x744249) is known color: Tosca. HEX triplet: 74, 42 and 49. RGB value is (116,66,73). Sum of RGB (Red+Green+Blue) = 116+66+73=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #744249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744249 is #8BBDB6. Grayscale: #515151. Windows color (decimal): -9158071 or 4801140. OLE color: 4801140.

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

Color convert

RGB 116 66 73 -
CMYK 0 0.43 0.37 0.55
HSL 351.6º 0.27% 0.36% -
HSV(B) 351.6º 0.43% 0.45% -
XYZ 10.35 8.09 7.32 -
YUV 81.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 116 66 73 0 0.43 0.37 0.55 351.6 0.27 0.36
Hex 74 42 49 0 2B 25 37 160 1B 24
Octal 164 102 111 0 53 45 67 540 33 44
Binary 1110100 1000010 1001001 0 101011 100101 110111 101100000 11011 100100

Color Harmonies of #744249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744249

Black with #744249

Text Example


Text Example

White with #744249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744249; }

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

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

background-color css

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

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

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

border-color css

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

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

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