#794046

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

Shades of Tosca #794046

Tints of Tosca #794046

Color information

#794046 (or 0x794046) is unknown color: approx Tosca. HEX triplet: 79, 40 and 46. RGB value is (121,64,70). Sum of RGB (Red+Green+Blue) = 121+64+70=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #794046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794046 is #86BFB9. Grayscale: #515151. Windows color (decimal): -8830906 or 4604025. OLE color: 4604025.

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

Color convert

RGB1216470-
CMYK00.470.420.53
HSL353.68º30.81%36.27%-
HSV(B)353.68º47.11%47.45%-
XYZ10.828.176.8-
YUV81.73121.38156.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=47.45%
G=25.10%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121647000.470.420.53353.6830.8136.27
Hex79404602F2A351621f24
Octal17110010605752655423744
Binary111100110000001000110010111110101011010110110001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794046; }

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

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

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

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

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

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

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

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