#7C3126

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

Shades of Lusty #7C3126

Tints of Lusty #7C3126

Color information

#7C3126 (or 0x7C3126) is unknown color: approx Lusty. HEX triplet: 7C, 31 and 26. RGB value is (124,49,38). Sum of RGB (Red+Green+Blue) = 124+49+38=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3126 is #83CED9. Grayscale: #464646. Windows color (decimal): -8638170 or 2503036. OLE color: 2503036.

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

Color convert

RGB1244938-
CMYK00.600.690.51
HSL7.67º53.09%31.76%-
HSV(B)7.67º69.35%48.63%-
XYZ9.766.622.6-
YUV70.17109.85166.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.77%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=58.77%
G=23.22%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124493800.600.690.517.6753.0931.76
Hex7C312603C453383520
Octal174614607410563106540
Binary1111100110001100110011110010001011100111000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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