#7B322C

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

Shades of Lusty #7B322C

Tints of Lusty #7B322C

Color information

#7B322C (or 0x7B322C) is unknown color: approx Lusty. HEX triplet: 7B, 32 and 2C. RGB value is (123,50,44). Sum of RGB (Red+Green+Blue) = 123+50+44=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B322C is #84CDD3. Grayscale: #474747. Windows color (decimal): -8703444 or 2896507. OLE color: 2896507.

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

Color convert

RGB1235044-
CMYK00.590.640.52
HSL4.56º47.31%32.75%-
HSV(B)4.56º64.23%48.24%-
XYZ9.766.673.16-
YUV71.14112.68164.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.68%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=56.68%
G=23.04%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123504400.590.640.524.5647.3132.75
Hex7B322C03B403452f21
Octal17362540731006455741
Binary111101111001010110001110111000000110100101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,50,44); }

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

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

 a { background-color: rgb(123,50,44); }

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

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

 span { border-color: rgb(123,50,44); }

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