Html Css Color HEX #724048 Tosca

📋 copy color: '#724048'

red 114 ◦ green 64 ◦ blue 72

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

Shades of Tosca #724048

Tints of Tosca #724048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 45.6%
G = 25.6%
B = 28.8%

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

#724048 (or 0x724048) is known color: Tosca. HEX triplet: 72, 40 and 48. RGB value is (114,64,72). Sum of RGB (Red+Green+Blue) = 114+64+72=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #724048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724048 is #8DBFB7. Grayscale: #4F4F4F. Windows color (decimal): -9289656 or 4735090. OLE color: 4735090.

HSL color Cylindrical-coordinate representation of color #724048: hue angle of 350.4º 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 #724048 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 72 -
CMYK 0 0.44 0.37 0.55
HSL 350.4º 0.28% 0.35% -
HSV(B) 350.4º 0.44% 0.45% -
XYZ 9.94 7.71 7.1 -
YUV 79.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 114 64 72 0 0.44 0.37 0.55 350.4 0.28 0.35
Hex 72 40 48 0 2C 25 37 15E 1C 23
Octal 162 100 110 0 54 45 67 536 34 43
Binary 1110010 1000000 1001000 0 101100 100101 110111 101011110 11100 100011

Color Harmonies of #724048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724048

Black with #724048

Text Example


Text Example

White with #724048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724048; }

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

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

background-color css

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

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

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

border-color css

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

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

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