#7E322E

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

Shades of Lusty #7E322E

Tints of Lusty #7E322E

Color information

#7E322E (or 0x7E322E) is unknown color: approx Lusty. HEX triplet: 7E, 32 and 2E. RGB value is (126,50,46). Sum of RGB (Red+Green+Blue) = 126+50+46=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E322E is #81CDD1. Grayscale: #484848. Windows color (decimal): -8506834 or 3027582. OLE color: 3027582.

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

Color convert

RGB1265046-
CMYK00.600.630.51
HSL46.51%33.73%-
HSV(B)63.49%49.41%-
XYZ10.246.913.38-
YUV72.27113.18166.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.76%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=56.76%
G=22.52%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126504600.600.630.51346.5133.73
Hex7E322E03C3F3332f22
Octal1766256074776335742
Binary1111110110010101110011110011111111001111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,50,46); }

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

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

 a { background-color: rgb(126,50,46); }

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

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

 span { border-color: rgb(126,50,46); }

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