#7A4449

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

Shades of Tosca #7A4449

Tints of Tosca #7A4449

Color information

#7A4449 (or 0x7A4449) is unknown color: approx Tosca. HEX triplet: 7A, 44 and 49. RGB value is (122,68,73). Sum of RGB (Red+Green+Blue) = 122+68+73=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4449 is #85BBB6. Grayscale: #545454. Windows color (decimal): -8764343 or 4801658. OLE color: 4801658.

HSL color Cylindrical-coordinate representation of color #7A4449: hue angle of 354.44º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A4449 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1226873-
CMYK00.440.400.52
HSL354.44º28.42%37.25%-
HSV(B)354.44º44.26%47.84%-
XYZ11.38.757.4-
YUV84.72121.39154.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=46.39%
G=25.86%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122687300.440.400.52354.4428.4237.25
Hex7A444902C28341621c25
Octal17210411105450645423445
Binary111101010001001001001010110010100011010010110001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4449; }

 p { color: rgb(122,68,73); }

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

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

 a { background-color: rgb(122,68,73); }

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

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

 span { border-color: rgb(122,68,73); }

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