#7A4548

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

Shades of Tosca #7A4548

Tints of Tosca #7A4548

Color information

#7A4548 (or 0x7A4548) is unknown color: approx Tosca. HEX triplet: 7A, 45 and 48. RGB value is (122,69,72). Sum of RGB (Red+Green+Blue) = 122+69+72=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4548 is #85BAB7. Grayscale: #555555. Windows color (decimal): -8764088 or 4736378. OLE color: 4736378.

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

Color convert

RGB1226972-
CMYK00.430.410.52
HSL356.6º27.75%37.45%-
HSV(B)356.6º43.44%47.84%-
XYZ11.328.867.24-
YUV85.19120.56154.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=46.39%
G=26.24%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122697200.430.410.52356.627.7537.45
Hex7A454802B29341651c25
Octal17210511005351645453445
Binary111101010001011001000010101110100111010010110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,69,72); }

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

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

 a { background-color: rgb(122,69,72); }

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

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

 span { border-color: rgb(122,69,72); }

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