Html Css Color HEX #724849 Tosca

📋 copy color: '#724849'

red 114 ◦ green 72 ◦ blue 73

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

Shades of Tosca #724849

Tints of Tosca #724849

RGB

 RED value IS 114 (44.92% from 255) = 44.02%

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 44.02%
G = 27.8%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#724849 (or 0x724849) is known color: Tosca. HEX triplet: 72, 48 and 49. RGB value is (114,72,73). Sum of RGB (Red+Green+Blue) = 114+72+73=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #724849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724849 is #8DB7B6. Grayscale: #545454. Windows color (decimal): -9287607 or 4802674. OLE color: 4802674.

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

Color convert

RGB 114 72 73 -
CMYK 0 0.37 0.36 0.55
HSL 358.57º 0.23% 0.36% -
HSV(B) 358.57º 0.37% 0.45% -
XYZ 10.46 8.69 7.43 -
YUV 84.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 114 72 73 0 0.37 0.36 0.55 358.57 0.23 0.36
Hex 72 48 49 0 25 24 37 167 17 24
Octal 162 110 111 0 45 44 67 547 27 44
Binary 1110010 1001000 1001001 0 100101 100100 110111 101100111 10111 100100

Color Harmonies of #724849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724849

Black with #724849

Text Example


Text Example

White with #724849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724849; }

 p { color: rgb(114,72,73); }

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

background-color css

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

 a { background-color: rgb(114,72,73); }

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

border-color css

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

 span { border-color: rgb(114,72,73); }

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