#7A4044

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

Shades of Tosca #7A4044

Tints of Tosca #7A4044

Color information

#7A4044 (or 0x7A4044) is unknown color: approx Tosca. HEX triplet: 7A, 40 and 44. RGB value is (122,64,68). Sum of RGB (Red+Green+Blue) = 122+64+68=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4044 is #85BFBB. Grayscale: #515151. Windows color (decimal): -8765372 or 4472954. OLE color: 4472954.

HSL color Cylindrical-coordinate representation of color #7A4044: hue angle of 355.86º 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 #7A4044 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB1226468-
CMYK00.480.440.52
HSL355.86º31.18%36.47%-
HSV(B)355.86º47.54%47.84%-
XYZ10.98.226.48-
YUV81.8120.22156.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.03%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=48.03%
G=25.20%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122646800.480.440.52355.8631.1836.47
Hex7A40440302C341641f24
Octal17210010406054645443744
Binary111101010000001000100011000010110011010010110010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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