#7B332E

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

Shades of Lusty #7B332E

Tints of Lusty #7B332E

Color information

#7B332E (or 0x7B332E) is unknown color: approx Lusty. HEX triplet: 7B, 33 and 2E. RGB value is (123,51,46). Sum of RGB (Red+Green+Blue) = 123+51+46=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B332E is #84CCD1. Grayscale: #484848. Windows color (decimal): -8703186 or 3027835. OLE color: 3027835.

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

Color convert

RGB1235146-
CMYK00.590.630.52
HSL3.9º45.56%33.14%-
HSV(B)3.9º62.6%48.24%-
XYZ9.856.783.37-
YUV71.96113.35164.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.91%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=55.91%
G=23.18%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123514600.590.630.523.945.5633.14
Hex7B332E03B3F3442e21
Octal1736356073776445641
Binary11110111100111011100111011111111110100100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,51,46); }

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

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

 a { background-color: rgb(123,51,46); }

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

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

 span { border-color: rgb(123,51,46); }

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