#7A2721

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

Shades of Lusty #7A2721

Tints of Lusty #7A2721

Color information

#7A2721 (or 0x7A2721) is unknown color: approx Lusty. HEX triplet: 7A, 27 and 21. RGB value is (122,39,33). Sum of RGB (Red+Green+Blue) = 122+39+33=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2721 is #85D8DE. Grayscale: #3F3F3F. Windows color (decimal): -8771807 or 2172794. OLE color: 2172794.

HSL color Cylindrical-coordinate representation of color #7A2721: hue angle of 4.04º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2721 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB1223933-
CMYK00.680.730.52
HSL4.04º57.42%30.39%-
HSV(B)4.04º72.95%47.84%-
XYZ9.035.72.06-
YUV63.13111169.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.89%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=62.89%
G=20.10%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122393300.680.730.524.0457.4230.39
Hex7A272104449344391e
Octal172474101041116447136
Binary111101010011110000101000100100100111010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,39,33); }

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

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

 a { background-color: rgb(122,39,33); }

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

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

 span { border-color: rgb(122,39,33); }

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