#7C2725

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

Shades of Lusty #7C2725

Tints of Lusty #7C2725

Color information

#7C2725 (or 0x7C2725) is unknown color: approx Lusty. HEX triplet: 7C, 27 and 25. RGB value is (124,39,37). Sum of RGB (Red+Green+Blue) = 124+39+37=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2725 is #83D8DA. Grayscale: #404040. Windows color (decimal): -8640731 or 2434940. OLE color: 2434940.

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

Color convert

RGB1243937-
CMYK00.690.700.51
HSL1.38º54.04%31.57%-
HSV(B)1.38º70.16%48.63%-
XYZ9.375.872.39-
YUV64.19112.66170.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=62%
G=19.5%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124393700.690.700.511.3854.0431.57
Hex7C2725045463313620
Octal174474501051066316640
Binary11111001001111001010100010110001101100111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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