#793C41

Color #793C41 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #793C41

Tints of Tosca #793C41

Color information

#793C41 (or 0x793C41) is unknown color: approx Tosca. HEX triplet: 79, 3C and 41. RGB value is (121,60,65). Sum of RGB (Red+Green+Blue) = 121+60+65=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #793C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C41 is #86C3BE. Grayscale: #4E4E4E. Windows color (decimal): -8831935 or 4275321. OLE color: 4275321.

HSL color Cylindrical-coordinate representation of color #793C41: hue angle of 355.08º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793C41 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1216065-
CMYK00.500.460.53
HSL355.08º33.7%35.49%-
HSV(B)355.08º50.41%47.45%-
XYZ10.467.685.93-
YUV78.81120.21158.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=49.19%
G=24.39%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121606500.500.460.53355.0833.735.49
Hex793C410322E351632223
Octal1717410106256655434243
Binary111100111110010000010110010101110110101101100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793C41; }

 p { color: rgb(121,60,65); }

 H1.HeaderClassName
 {
   color: #793C41;
 }
 .AnyTagClassName
 {
   color: #793C41;
 }
</style>
background-color css

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

 a { background-color: rgb(121,60,65); }

 div.DivClassName
 {
   background-color: #793C41;
 }
 .BgClassName
 {
   background-color: #793C41;
 }
</style>
border-color css

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

 span { border-color: rgb(121,60,65); }

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