Html Css Color HEX #724143 Tosca

📋 copy color: '#724143'

red 114 ◦ green 65 ◦ blue 67

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

Shades of Tosca #724143

Tints of Tosca #724143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 46.34%
G = 26.42%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#724143 (or 0x724143) is known color: Tosca. HEX triplet: 72, 41 and 43. RGB value is (114,65,67). Sum of RGB (Red+Green+Blue) = 114+65+67=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724143 is #8DBEBC. Grayscale: #4F4F4F. Windows color (decimal): -9289405 or 4407666. OLE color: 4407666.

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

Color convert

RGB 114 65 67 -
CMYK 0 0.43 0.41 0.55
HSL 357.55º 0.27% 0.35% -
HSV(B) 357.55º 0.43% 0.45% -
XYZ 9.84 7.76 6.29 -
YUV 79.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 114 65 67 0 0.43 0.41 0.55 357.55 0.27 0.35
Hex 72 41 43 0 2B 29 37 166 1B 23
Octal 162 101 103 0 53 51 67 546 33 43
Binary 1110010 1000001 1000011 0 101011 101001 110111 101100110 11011 100011

Color Harmonies of #724143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724143

Black with #724143

Text Example


Text Example

White with #724143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724143; }

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

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

background-color css

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

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

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

border-color css

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

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

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