#793D40

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

Shades of Tosca #793D40

Tints of Tosca #793D40

Color information

#793D40 (or 0x793D40) is unknown color: approx Tosca. HEX triplet: 79, 3D and 40. RGB value is (121,61,64). Sum of RGB (Red+Green+Blue) = 121+61+64=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #793D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D40 is #86C2BF. Grayscale: #4F4F4F. Windows color (decimal): -8831680 or 4210041. OLE color: 4210041.

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

Color convert

RGB1216164-
CMYK00.500.470.53
HSL357º32.97%35.69%-
HSV(B)357º49.59%47.45%-
XYZ10.487.775.8-
YUV79.28119.38157.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=49.19%
G=24.80%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121616400.500.470.5335732.9735.69
Hex793D400322F351652124
Octal1717510006257655454144
Binary111100111110110000000110010101111110101101100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,61,64); }

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

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

 a { background-color: rgb(121,61,64); }

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

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

 span { border-color: rgb(121,61,64); }

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