#7A3E40

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

Shades of Tosca #7A3E40

Tints of Tosca #7A3E40

Color information

#7A3E40 (or 0x7A3E40) is unknown color: approx Tosca. HEX triplet: 7A, 3E and 40. RGB value is (122,62,64). Sum of RGB (Red+Green+Blue) = 122+62+64=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3E40 is #85C1BF. Grayscale: #505050. Windows color (decimal): -8765888 or 4210298. OLE color: 4210298.

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

Color convert

RGB1226264-
CMYK00.490.480.52
HSL358º32.61%36.08%-
HSV(B)358º49.18%47.84%-
XYZ10.677.955.82-
YUV80.17118.88157.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=49.19%
G=25%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122626400.490.480.5235832.6136.08
Hex7A3E4003130341662124
Octal1727610006160645464144
Binary111101011111010000000110001110000110100101100110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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