Html Css Color HEX #724142 Tosca

📋 copy color: '#724142'

red 114 ◦ green 65 ◦ blue 66

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

Shades of Tosca #724142

Tints of Tosca #724142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 46.53%
G = 26.53%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#724142 (or 0x724142) is known color: Tosca. HEX triplet: 72, 41 and 42. RGB value is (114,65,66). Sum of RGB (Red+Green+Blue) = 114+65+66=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #724142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724142 is #8DBEBD. Grayscale: #4F4F4F. Windows color (decimal): -9289406 or 4342130. OLE color: 4342130.

HSL color Cylindrical-coordinate representation of color #724142: hue angle of 358.78º 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 #724142 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 65 66 -
CMYK 0 0.43 0.42 0.55
HSL 358.78º 0.27% 0.35% -
HSV(B) 358.78º 0.43% 0.45% -
XYZ 9.81 7.75 6.13 -
YUV 79.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 114 65 66 0 0.43 0.42 0.55 358.78 0.27 0.35
Hex 72 41 42 0 2B 2A 37 167 1B 23
Octal 162 101 102 0 53 52 67 547 33 43
Binary 1110010 1000001 1000010 0 101011 101010 110111 101100111 11011 100011

Color Harmonies of #724142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724142

Black with #724142

Text Example


Text Example

White with #724142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724142; }

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

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

background-color css

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

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

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

border-color css

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

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

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