#79444A

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

Shades of Tosca #79444A

Tints of Tosca #79444A

Color information

#79444A (or 0x79444A) is unknown color: approx Tosca. HEX triplet: 79, 44 and 4A. RGB value is (121,68,74). Sum of RGB (Red+Green+Blue) = 121+68+74=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79444A is #86BBB5. Grayscale: #545454. Windows color (decimal): -8829878 or 4867193. OLE color: 4867193.

HSL color Cylindrical-coordinate representation of color #79444A: hue angle of 353.21º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79444A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1216874-
CMYK00.440.390.53
HSL353.21º28.04%37.06%-
HSV(B)353.21º43.8%47.45%-
XYZ11.198.697.57-
YUV84.53122.06154.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=46.01%
G=25.86%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121687400.440.390.53353.2128.0437.06
Hex79444A02C27351611c25
Octal17110411205447655413445
Binary111100110001001001010010110010011111010110110000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79444A; }

 p { color: rgb(121,68,74); }

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

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

 a { background-color: rgb(121,68,74); }

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

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

 span { border-color: rgb(121,68,74); }

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