#782724

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

Shades of Lusty #782724

Tints of Lusty #782724

Color information

#782724 (or 0x782724) is unknown color: approx Lusty. HEX triplet: 78, 27 and 24. RGB value is (120,39,36). Sum of RGB (Red+Green+Blue) = 120+39+36=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #782724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782724 is #87D8DB. Grayscale: #3E3E3E. Windows color (decimal): -8902876 or 2369400. OLE color: 2369400.

HSL color Cylindrical-coordinate representation of color #782724: hue angle of 2.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782724 is Cyan = 0, Magento = 0.67, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB1203936-
CMYK00.670.70.53
HSL2.14º53.85%30.59%-
HSV(B)2.14º70%47.06%-
XYZ8.795.572.28-
YUV62.88112.84168.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=61.54%
G=20%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120393600.670.70.532.1453.8530.59
Hex78272404346352361f
Octal170474401031066526637
Binary11110001001111001000100001110001101101011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782724; }

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

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

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

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

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

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

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

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