Html Css Color HEX #724547 Tosca

📋 copy color: '#724547'

red 114 ◦ green 69 ◦ blue 71

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

Shades of Tosca #724547

Tints of Tosca #724547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 44.88%
G = 27.17%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#724547 (or 0x724547) is known color: Tosca. HEX triplet: 72, 45 and 47. RGB value is (114,69,71). Sum of RGB (Red+Green+Blue) = 114+69+71=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #724547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724547 is #8DBAB8. Grayscale: #525252. Windows color (decimal): -9288377 or 4670834. OLE color: 4670834.

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

Color convert

RGB 114 69 71 -
CMYK 0 0.39 0.38 0.55
HSL 357.33º 0.25% 0.36% -
HSV(B) 357.33º 0.39% 0.45% -
XYZ 10.2 8.29 7.02 -
YUV 82.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 114 69 71 0 0.39 0.38 0.55 357.33 0.25 0.36
Hex 72 45 47 0 27 26 37 165 19 24
Octal 162 105 107 0 47 46 67 545 31 44
Binary 1110010 1000101 1000111 0 100111 100110 110111 101100101 11001 100100

Color Harmonies of #724547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724547

Black with #724547

Text Example


Text Example

White with #724547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724547; }

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

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

background-color css

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

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

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

border-color css

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

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

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