#7c2726

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

Shades of Lusty #7C2726

Tints of Lusty #7C2726

Color information

#7C2726 (or 0x7C2726) is unknown color: approx Lusty. HEX triplet: 7C, 27 and 26. RGB value is (124,39,38). Sum of RGB (Red+Green+Blue) = 124+39+38=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2726 is #83D8D9. Grayscale: #404040. Windows color (decimal): -8640730 or 2500476. OLE color: 2500476.

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

Color convert

RGB1243938-
CMYK00.690.690.51
HSL0.7º53.09%31.76%-
HSV(B)0.7º69.35%48.63%-
XYZ9.395.882.47-
YUV64.3113.16170.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.69%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=61.69%
G=19.40%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124393800.690.690.510.753.0931.76
Hex7C2726045453313520
Octal174474601051056316540
Binary11111001001111001100100010110001011100111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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