#7A3126

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

Shades of Lusty #7A3126

Tints of Lusty #7A3126

Color information

#7A3126 (or 0x7A3126) is unknown color: approx Lusty. HEX triplet: 7A, 31 and 26. RGB value is (122,49,38). Sum of RGB (Red+Green+Blue) = 122+49+38=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3126 is #85CED9. Grayscale: #454545. Windows color (decimal): -8769242 or 2503034. OLE color: 2503034.

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

Color convert

RGB1224938-
CMYK00.600.690.52
HSL7.86º52.5%31.37%-
HSV(B)7.86º68.85%47.84%-
XYZ9.476.472.58-
YUV69.57110.18165.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.37%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=58.37%
G=23.44%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122493800.600.690.527.8652.531.37
Hex7A312603C45348341f
Octal172614607410564106437
Binary111101011000110011001111001000101110100100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,49,38); }

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

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

 a { background-color: rgb(122,49,38); }

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

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

 span { border-color: rgb(122,49,38); }

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