#794349

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

Shades of Tosca #794349

Tints of Tosca #794349

Color information

#794349 (or 0x794349) is unknown color: approx Tosca. HEX triplet: 79, 43 and 49. RGB value is (121,67,73). Sum of RGB (Red+Green+Blue) = 121+67+73=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #794349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794349 is #86BCB6. Grayscale: #535353. Windows color (decimal): -8830135 or 4801401. OLE color: 4801401.

HSL color Cylindrical-coordinate representation of color #794349: hue angle of 353.33º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #794349 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1216773-
CMYK00.450.400.53
HSL353.33º28.72%36.86%-
HSV(B)353.33º44.63%47.45%-
XYZ11.098.567.37-
YUV83.83121.89154.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=46.36%
G=25.67%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121677300.450.400.53353.3328.7236.86
Hex79434902D28351611d25
Octal17110311105550655413545
Binary111100110000111001001010110110100011010110110000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794349; }

 p { color: rgb(121,67,73); }

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

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

 a { background-color: rgb(121,67,73); }

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

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

 span { border-color: rgb(121,67,73); }

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