#7A322A

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

Shades of Lusty #7A322A

Tints of Lusty #7A322A

Color information

#7A322A (or 0x7A322A) is unknown color: approx Lusty. HEX triplet: 7A, 32 and 2A. RGB value is (122,50,42). Sum of RGB (Red+Green+Blue) = 122+50+42=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A322A is #85CDD5. Grayscale: #464646. Windows color (decimal): -8768982 or 2765434. OLE color: 2765434.

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

Color convert

RGB1225042-
CMYK00.590.660.52
HSL48.78%32.16%-
HSV(B)65.57%47.84%-
XYZ9.586.592.96-
YUV70.62111.85164.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.01%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=57.01%
G=23.36%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122504200.590.660.52648.7832.16
Hex7A322A03B423463120
Octal17262520731026466140
Binary111101011001010101001110111000010110100110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,50,42); }

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

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

 a { background-color: rgb(122,50,42); }

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

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

 span { border-color: rgb(122,50,42); }

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