#79474A

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

Shades of Tosca #79474A

Tints of Tosca #79474A

Color information

#79474A (or 0x79474A) is unknown color: approx Tosca. HEX triplet: 79, 47 and 4A. RGB value is (121,71,74). Sum of RGB (Red+Green+Blue) = 121+71+74=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79474A is #86B8B5. Grayscale: #565656. Windows color (decimal): -8829110 or 4867961. OLE color: 4867961.

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

Color convert

RGB1217174-
CMYK00.410.390.53
HSL356.4º26.04%37.65%-
HSV(B)356.4º41.32%47.45%-
XYZ11.379.077.63-
YUV86.29121.06152.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=45.49%
G=26.69%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121717400.410.390.53356.426.0437.65
Hex79474A02927351641a26
Octal17110711205147655443246
Binary111100110001111001010010100110011111010110110010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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