Html Css Color HEX #724043 Tosca

📋 copy color: '#724043'

red 114 ◦ green 64 ◦ blue 67

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

Shades of Tosca #724043

Tints of Tosca #724043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.35%

R = 46.53%
G = 26.12%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#724043 (or 0x724043) is known color: Tosca. HEX triplet: 72, 40 and 43. RGB value is (114,64,67). Sum of RGB (Red+Green+Blue) = 114+64+67=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #724043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724043 is #8DBFBC. Grayscale: #4F4F4F. Windows color (decimal): -9289661 or 4407410. OLE color: 4407410.

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

Color convert

RGB 114 64 67 -
CMYK 0 0.44 0.41 0.55
HSL 356.4º 0.28% 0.35% -
HSV(B) 356.4º 0.44% 0.45% -
XYZ 9.79 7.65 6.27 -
YUV 79.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 114 64 67 0 0.44 0.41 0.55 356.4 0.28 0.35
Hex 72 40 43 0 2C 29 37 164 1C 23
Octal 162 100 103 0 54 51 67 544 34 43
Binary 1110010 1000000 1000011 0 101100 101001 110111 101100100 11100 100011

Color Harmonies of #724043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724043

Black with #724043

Text Example


Text Example

White with #724043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724043; }

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

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

background-color css

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

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

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

border-color css

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

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

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