#7A4047

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

Shades of Tosca #7A4047

Tints of Tosca #7A4047

Color information

#7A4047 (or 0x7A4047) is unknown color: approx Tosca. HEX triplet: 7A, 40 and 47. RGB value is (122,64,71). Sum of RGB (Red+Green+Blue) = 122+64+71=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4047 is #85BFB8. Grayscale: #525252. Windows color (decimal): -8765369 or 4669562. OLE color: 4669562.

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

Color convert

RGB1226471-
CMYK00.480.420.52
HSL352.76º31.18%36.47%-
HSV(B)352.76º47.54%47.84%-
XYZ118.266.98-
YUV82.14121.72156.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.47%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=47.47%
G=24.90%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122647100.480.420.52352.7631.1836.47
Hex7A40470302A341611f24
Octal17210010706052645413744
Binary111101010000001000111011000010101011010010110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,71); }

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

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

 a { background-color: rgb(122,64,71); }

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

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

 span { border-color: rgb(122,64,71); }

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