#7C312C

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

Shades of Lusty #7C312C

Tints of Lusty #7C312C

Color information

#7C312C (or 0x7C312C) is unknown color: approx Lusty. HEX triplet: 7C, 31 and 2C. RGB value is (124,49,44). Sum of RGB (Red+Green+Blue) = 124+49+44=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C312C is #83CED3. Grayscale: #464646. Windows color (decimal): -8638164 or 2896252. OLE color: 2896252.

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

Color convert

RGB1244944-
CMYK00.600.650.51
HSL3.75º47.62%32.94%-
HSV(B)3.75º64.52%48.63%-
XYZ9.876.663.15-
YUV70.86112.85165.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=57.14%
G=22.58%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124494400.600.650.513.7547.6232.94
Hex7C312C03C413343021
Octal17461540741016346041
Binary111110011000110110001111001000001110011100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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