#7f2726

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

Shades of Lusty #7F2726

Tints of Lusty #7F2726

Color information

#7F2726 (or 0x7F2726) is unknown color: approx Lusty. HEX triplet: 7F, 27 and 26. RGB value is (127,39,38). Sum of RGB (Red+Green+Blue) = 127+39+38=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2726 is #80D8D9. Grayscale: #414141. Windows color (decimal): -8444122 or 2500479. OLE color: 2500479.

HSL color Cylindrical-coordinate representation of color #7F2726: hue angle of 0.67º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2726 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1273938-
CMYK00.690.700.50
HSL0.67º53.94%32.35%-
HSV(B)0.67º70.08%49.8%-
XYZ9.836.12.49-
YUV65.2112.65172.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.25%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=62.25%
G=19.12%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127393800.690.700.500.6753.9432.35
Hex7F2726045463213620
Octal177474601051066216640
Binary11111111001111001100100010110001101100101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,39,38); }

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

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

 a { background-color: rgb(127,39,38); }

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

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

 span { border-color: rgb(127,39,38); }

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