#7C322A

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

Shades of Lusty #7C322A

Tints of Lusty #7C322A

Color information

#7C322A (or 0x7C322A) is unknown color: approx Lusty. HEX triplet: 7C, 32 and 2A. RGB value is (124,50,42). Sum of RGB (Red+Green+Blue) = 124+50+42=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C322A is #83CDD5. Grayscale: #474747. Windows color (decimal): -8637910 or 2765436. OLE color: 2765436.

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

Color convert

RGB1245042-
CMYK00.600.660.51
HSL5.85º49.4%32.55%-
HSV(B)5.85º66.13%48.63%-
XYZ9.876.732.97-
YUV71.21111.52165.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.41%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=57.41%
G=23.15%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124504200.600.660.515.8549.432.55
Hex7C322A03C423363121
Octal17462520741026366141
Binary111110011001010101001111001000010110011110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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