#7F2620

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

Shades of Lusty #7F2620

Tints of Lusty #7F2620

Color information

#7F2620 (or 0x7F2620) is unknown color: approx Lusty. HEX triplet: 7F, 26 and 20. RGB value is (127,38,32). Sum of RGB (Red+Green+Blue) = 127+38+32=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2620 is #80D9DF. Grayscale: #404040. Windows color (decimal): -8444384 or 2107007. OLE color: 2107007.

HSL color Cylindrical-coordinate representation of color #7F2620: hue angle of 3.79º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2620 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1273832-
CMYK00.700.750.50
HSL3.79º59.75%31.18%-
HSV(B)3.79º74.8%49.8%-
XYZ9.7162.01-
YUV63.93109.99172.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=64.47%
G=19.29%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127383200.700.750.503.7959.7531.18
Hex7F26200464B3243c1f
Octal177464001061136247437
Binary111111110011010000001000110100101111001010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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