#7B2724

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

Shades of Lusty #7B2724

Tints of Lusty #7B2724

Color information

#7B2724 (or 0x7B2724) is unknown color: approx Lusty. HEX triplet: 7B, 27 and 24. RGB value is (123,39,36). Sum of RGB (Red+Green+Blue) = 123+39+36=198 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.12% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2724 is #84D8DB. Grayscale: #3F3F3F. Windows color (decimal): -8706268 or 2369403. OLE color: 2369403.

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

Color convert

RGB1233936-
CMYK00.680.710.52
HSL2.07º54.72%31.18%-
HSV(B)2.07º70.73%48.24%-
XYZ9.215.792.3-
YUV63.77112.33170.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 62.12%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=62.12%
G=19.70%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123393600.680.710.522.0754.7231.18
Hex7B272404447342371f
Octal173474401041076426737
Binary11110111001111001000100010010001111101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,39,36); }

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

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

 a { background-color: rgb(123,39,36); }

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

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

 span { border-color: rgb(123,39,36); }

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