#794042

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

Shades of Tosca #794042

Tints of Tosca #794042

Color information

#794042 (or 0x794042) is unknown color: approx Tosca. HEX triplet: 79, 40 and 42. RGB value is (121,64,66). Sum of RGB (Red+Green+Blue) = 121+64+66=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #794042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794042 is #86BFBD. Grayscale: #515151. Windows color (decimal): -8830910 or 4341881. OLE color: 4341881.

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

Color convert

RGB1216466-
CMYK00.470.450.53
HSL357.89º30.81%36.27%-
HSV(B)357.89º47.11%47.45%-
XYZ10.78.136.16-
YUV81.27119.38156.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.21%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=48.21%
G=25.50%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121646600.470.450.53357.8930.8136.27
Hex79404202F2D351661f24
Octal17110010205755655463744
Binary111100110000001000010010111110110111010110110011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794042; }

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

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

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

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

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

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

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

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