#793C40

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

Shades of Tosca #793C40

Tints of Tosca #793C40

Color information

#793C40 (or 0x793C40) is unknown color: approx Tosca. HEX triplet: 79, 3C and 40. RGB value is (121,60,64). Sum of RGB (Red+Green+Blue) = 121+60+64=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #793C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C40 is #86C3BF. Grayscale: #4E4E4E. Windows color (decimal): -8831936 or 4209785. OLE color: 4209785.

HSL color Cylindrical-coordinate representation of color #793C40: hue angle of 356.07º 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 #793C40 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1216064-
CMYK00.500.470.53
HSL356.07º33.7%35.49%-
HSV(B)356.07º50.41%47.45%-
XYZ10.437.675.78-
YUV78.7119.71158.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=49.39%
G=24.49%
B=26.12%

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
Decimal121606400.500.470.53356.0733.735.49
Hex793C400322F351642223
Octal1717410006257655444243
Binary111100111110010000000110010101111110101101100100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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