#7A2C27

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

Shades of Lusty #7A2C27

Tints of Lusty #7A2C27

Color information

#7A2C27 (or 0x7A2C27) is unknown color: approx Lusty. HEX triplet: 7A, 2C and 27. RGB value is (122,44,39). Sum of RGB (Red+Green+Blue) = 122+44+39=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C27 is #85D3D8. Grayscale: #424242. Windows color (decimal): -8770521 or 2567290. OLE color: 2567290.

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

Color convert

RGB1224439-
CMYK00.640.680.52
HSL3.61º51.55%31.57%-
HSV(B)3.61º68.03%47.84%-
XYZ9.296.092.6-
YUV66.75112.34167.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=59.51%
G=21.46%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122443900.640.680.523.6151.5531.57
Hex7A2C27040443443420
Octal172544701001046446440
Binary1111010101100100111010000001000100110100100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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