Html Css Color HEX #724243 Tosca

📋 copy color: '#724243'

red 114 ◦ green 66 ◦ blue 67

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

Shades of Tosca #724243

Tints of Tosca #724243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 46.15%
G = 26.72%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#724243 (or 0x724243) is known color: Tosca. HEX triplet: 72, 42 and 43. RGB value is (114,66,67). Sum of RGB (Red+Green+Blue) = 114+66+67=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #724243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724243 is #8DBDBC. Grayscale: #505050. Windows color (decimal): -9289149 or 4407922. OLE color: 4407922.

HSL color Cylindrical-coordinate representation of color #724243: hue angle of 358.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724243 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 67 -
CMYK 0 0.42 0.41 0.55
HSL 358.75º 0.27% 0.35% -
HSV(B) 358.75º 0.42% 0.45% -
XYZ 9.9 7.88 6.31 -
YUV 80.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 114 66 67 0 0.42 0.41 0.55 358.75 0.27 0.35
Hex 72 42 43 0 2A 29 37 167 1B 23
Octal 162 102 103 0 52 51 67 547 33 43
Binary 1110010 1000010 1000011 0 101010 101001 110111 101100111 11011 100011

Color Harmonies of #724243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724243

Black with #724243

Text Example


Text Example

White with #724243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724243; }

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

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

background-color css

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

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

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

border-color css

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

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

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