#7C3326

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

Shades of Lusty #7C3326

Tints of Lusty #7C3326

Color information

#7C3326 (or 0x7C3326) is unknown color: approx Lusty. HEX triplet: 7C, 33 and 26. RGB value is (124,51,38). Sum of RGB (Red+Green+Blue) = 124+51+38=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3326 is #83CCD9. Grayscale: #474747. Windows color (decimal): -8637658 or 2503548. OLE color: 2503548.

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

Color convert

RGB1245138-
CMYK00.590.690.51
HSL9.07º53.09%31.76%-
HSV(B)9.07º69.35%48.63%-
XYZ9.856.792.63-
YUV71.34109.18165.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.22%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=58.22%
G=23.94%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124513800.590.690.519.0753.0931.76
Hex7C332603B453393520
Octal174634607310563116540
Binary1111100110011100110011101110001011100111001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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