#7E3328

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

Shades of Lusty #7E3328

Tints of Lusty #7E3328

Color information

#7E3328 (or 0x7E3328) is unknown color: approx Lusty. HEX triplet: 7E, 33 and 28. RGB value is (126,51,40). Sum of RGB (Red+Green+Blue) = 126+51+40=217 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.06% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3328 is #81CCD7. Grayscale: #484848. Windows color (decimal): -8506584 or 2634622. OLE color: 2634622.

HSL color Cylindrical-coordinate representation of color #7E3328: hue angle of 7.67º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E3328 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1265140-
CMYK00.600.680.51
HSL7.67º51.81%32.55%-
HSV(B)7.67º68.25%49.41%-
XYZ10.176.962.81-
YUV72.17109.85166.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.06%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=58.06%
G=23.50%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126514000.600.680.517.6751.8132.55
Hex7E332803C443383421
Octal176635007410463106441
Binary1111110110011101000011110010001001100111000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,51,40); }

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

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

 a { background-color: rgb(126,51,40); }

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

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

 span { border-color: rgb(126,51,40); }

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