Html Css Color HEX #734049 Tosca

📋 copy color: '#734049'

red 115 ◦ green 64 ◦ blue 73

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

Shades of Tosca #734049

Tints of Tosca #734049

RGB

 RED value IS 115 (45.31% from 255) = 45.63%

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 45.63%
G = 25.4%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#734049 (or 0x734049) is known color: Tosca. HEX triplet: 73, 40 and 49. RGB value is (115,64,73). Sum of RGB (Red+Green+Blue) = 115+64+73=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #734049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734049 is #8CBFB6. Grayscale: #505050. Windows color (decimal): -9224119 or 4800627. OLE color: 4800627.

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

Color convert

RGB 115 64 73 -
CMYK 0 0.44 0.37 0.55
HSL 349.41º 0.28% 0.35% -
HSV(B) 349.41º 0.44% 0.45% -
XYZ 10.11 7.79 7.27 -
YUV 80.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 115 64 73 0 0.44 0.37 0.55 349.41 0.28 0.35
Hex 73 40 49 0 2C 25 37 15D 1C 23
Octal 163 100 111 0 54 45 67 535 34 43
Binary 1110011 1000000 1001001 0 101100 100101 110111 101011101 11100 100011

Color Harmonies of #734049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734049

Black with #734049

Text Example


Text Example

White with #734049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734049; }

 p { color: rgb(115,64,73); }

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

background-color css

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

 a { background-color: rgb(115,64,73); }

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

border-color css

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

 span { border-color: rgb(115,64,73); }

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