Html Css Color HEX #724748 Tosca

📋 copy color: '#724748'

red 114 ◦ green 71 ◦ blue 72

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

Shades of Tosca #724748

Tints of Tosca #724748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 44.36%
G = 27.63%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#724748 (or 0x724748) is known color: Tosca. HEX triplet: 72, 47 and 48. RGB value is (114,71,72). Sum of RGB (Red+Green+Blue) = 114+71+72=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #724748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724748 is #8DB8B7. Grayscale: #545454. Windows color (decimal): -9287864 or 4736882. OLE color: 4736882.

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

Color convert

RGB 114 71 72 -
CMYK 0 0.38 0.37 0.55
HSL 358.6º 0.23% 0.36% -
HSV(B) 358.6º 0.38% 0.45% -
XYZ 10.36 8.55 7.24 -
YUV 83.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 114 71 72 0 0.38 0.37 0.55 358.6 0.23 0.36
Hex 72 47 48 0 26 25 37 167 17 24
Octal 162 107 110 0 46 45 67 547 27 44
Binary 1110010 1000111 1001000 0 100110 100101 110111 101100111 10111 100100

Color Harmonies of #724748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724748

Black with #724748

Text Example


Text Example

White with #724748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724748; }

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

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

background-color css

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

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

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

border-color css

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

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

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