#7C2620

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

Shades of Lusty #7C2620

Tints of Lusty #7C2620

Color information

#7C2620 (or 0x7C2620) is unknown color: approx Lusty. HEX triplet: 7C, 26 and 20. RGB value is (124,38,32). Sum of RGB (Red+Green+Blue) = 124+38+32=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2620 is #83D9DF. Grayscale: #3F3F3F. Windows color (decimal): -8640992 or 2107004. OLE color: 2107004.

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

Color convert

RGB1243832-
CMYK00.690.740.51
HSL3.91º58.97%30.59%-
HSV(B)3.91º74.19%48.63%-
XYZ9.275.781.99-
YUV63.03110.49171.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.92%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=63.92%
G=19.59%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124383200.690.740.513.9158.9730.59
Hex7C26200454A3343b1f
Octal174464001051126347337
Binary111110010011010000001000101100101011001110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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