#7C3225

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

Shades of Lusty #7C3225

Tints of Lusty #7C3225

Color information

#7C3225 (or 0x7C3225) is unknown color: approx Lusty. HEX triplet: 7C, 32 and 25. RGB value is (124,50,37). Sum of RGB (Red+Green+Blue) = 124+50+37=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3225 is #83CDDA. Grayscale: #464646. Windows color (decimal): -8637915 or 2437756. OLE color: 2437756.

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

Color convert

RGB1245037-
CMYK00.600.700.51
HSL8.97º54.04%31.57%-
HSV(B)8.97º70.16%48.63%-
XYZ9.796.72.53-
YUV70.64109.02166.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.77%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=58.77%
G=23.70%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124503700.600.700.518.9754.0431.57
Hex7C322503C463393620
Octal174624507410663116640
Binary1111100110010100101011110010001101100111001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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