#7e2725

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

Shades of Lusty #7E2725

Tints of Lusty #7E2725

Color information

#7E2725 (or 0x7E2725) is unknown color: approx Lusty. HEX triplet: 7E, 27 and 25. RGB value is (126,39,37). Sum of RGB (Red+Green+Blue) = 126+39+37=202 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.38% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2725 is #81D8DA. Grayscale: #404040. Windows color (decimal): -8509659 or 2434942. OLE color: 2434942.

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

Color convert

RGB1263937-
CMYK00.690.710.51
HSL1.35º54.6%31.96%-
HSV(B)1.35º70.63%49.41%-
XYZ9.666.022.4-
YUV64.78112.32171.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 62.38%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=62.38%
G=19.31%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126393700.690.710.511.3554.631.96
Hex7E2725045473313720
Octal176474501051076316740
Binary11111101001111001010100010110001111100111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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