#7A4042

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

Shades of Tosca #7A4042

Tints of Tosca #7A4042

Color information

#7A4042 (or 0x7A4042) is unknown color: approx Tosca. HEX triplet: 7A, 40 and 42. RGB value is (122,64,66). Sum of RGB (Red+Green+Blue) = 122+64+66=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4042 is #85BFBD. Grayscale: #515151. Windows color (decimal): -8765374 or 4341882. OLE color: 4341882.

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

Color convert

RGB1226466-
CMYK00.480.460.52
HSL357.93º31.18%36.47%-
HSV(B)357.93º47.54%47.84%-
XYZ10.848.26.17-
YUV81.57119.22156.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.41%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=48.41%
G=25.40%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122646600.480.460.52357.9331.1836.47
Hex7A40420302E341661f24
Octal17210010206056645463744
Binary111101010000001000010011000010111011010010110011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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