#7C312A

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

Shades of Lusty #7C312A

Tints of Lusty #7C312A

Color information

#7C312A (or 0x7C312A) is unknown color: approx Lusty. HEX triplet: 7C, 31 and 2A. RGB value is (124,49,42). Sum of RGB (Red+Green+Blue) = 124+49+42=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C312A is #83CED5. Grayscale: #464646. Windows color (decimal): -8638166 or 2765180. OLE color: 2765180.

HSL color Cylindrical-coordinate representation of color #7C312A: hue angle of 5.12º 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 #7C312A is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB1244942-
CMYK00.600.660.51
HSL5.12º49.4%32.55%-
HSV(B)5.12º66.13%48.63%-
XYZ9.836.652.96-
YUV70.63111.85166.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.67%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=57.67%
G=22.79%
B=19.53%

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
Decimal124494200.600.660.515.1249.432.55
Hex7C312A03C423353121
Octal17461520741026356141
Binary111110011000110101001111001000010110011101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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