#7A342A

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

Shades of Lusty #7A342A

Tints of Lusty #7A342A

Color information

#7A342A (or 0x7A342A) is unknown color: approx Lusty. HEX triplet: 7A, 34 and 2A. RGB value is (122,52,42). Sum of RGB (Red+Green+Blue) = 122+52+42=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A342A is #85CBD5. Grayscale: #474747. Windows color (decimal): -8768470 or 2765946. OLE color: 2765946.

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

Color convert

RGB1225242-
CMYK00.570.660.52
HSL7.5º48.78%32.16%-
HSV(B)7.5º65.57%47.84%-
XYZ9.676.762.99-
YUV71.79111.19163.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.48%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=56.48%
G=24.07%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122524200.570.660.527.548.7832.16
Hex7A342A039423483120
Octal172645207110264106140
Binary1111010110100101010011100110000101101001000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,52,42); }

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

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

 a { background-color: rgb(122,52,42); }

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

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

 span { border-color: rgb(122,52,42); }

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