#7A322E

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

Shades of Lusty #7A322E

Tints of Lusty #7A322E

Color information

#7A322E (or 0x7A322E) is unknown color: approx Lusty. HEX triplet: 7A, 32 and 2E. RGB value is (122,50,46). Sum of RGB (Red+Green+Blue) = 122+50+46=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A322E is #85CDD1. Grayscale: #474747. Windows color (decimal): -8768978 or 3027578. OLE color: 3027578.

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

Color convert

RGB1225046-
CMYK00.590.620.52
HSL3.16º45.24%32.94%-
HSV(B)3.16º62.3%47.84%-
XYZ9.666.623.35-
YUV71.07113.85164.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=55.96%
G=22.94%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122504600.590.620.523.1645.2432.94
Hex7A322E03B3E3432d21
Octal1726256073766435541
Binary1111010110010101110011101111111011010011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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