#782721

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

Shades of Lusty #782721

Tints of Lusty #782721

Color information

#782721 (or 0x782721) is unknown color: approx Lusty. HEX triplet: 78, 27 and 21. RGB value is (120,39,33). Sum of RGB (Red+Green+Blue) = 120+39+33=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #782721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782721 is #87D8DE. Grayscale: #3E3E3E. Windows color (decimal): -8902879 or 2172792. OLE color: 2172792.

HSL color Cylindrical-coordinate representation of color #782721: hue angle of 4.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782721 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1203933-
CMYK00.670.720.53
HSL4.14º56.86%30%-
HSV(B)4.14º72.5%47.06%-
XYZ8.755.552.05-
YUV62.54111.34168.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.5%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=62.5%
G=20.31%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120393300.670.720.534.1456.8630
Hex78272104348354391e
Octal170474101031106547136
Binary111100010011110000101000011100100011010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782721; }

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

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

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

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

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

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

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

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