#78322C

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

Shades of Lusty #78322C

Tints of Lusty #78322C

Color information

#78322C (or 0x78322C) is unknown color: approx Lusty. HEX triplet: 78, 32 and 2C. RGB value is (120,50,44). Sum of RGB (Red+Green+Blue) = 120+50+44=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78322C is #87CDD3. Grayscale: #464646. Windows color (decimal): -8900052 or 2896504. OLE color: 2896504.

HSL color Cylindrical-coordinate representation of color #78322C: hue angle of 4.74º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78322C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1205044-
CMYK00.580.630.53
HSL4.74º46.34%32.16%-
HSV(B)4.74º63.33%47.06%-
XYZ9.346.463.14-
YUV70.25113.19163.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=56.07%
G=23.36%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120504400.580.630.534.7446.3432.16
Hex78322C03A3F3552e20
Octal1706254072776555640
Binary11110001100101011000111010111111110101101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78322C; }

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

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

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

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

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

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

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

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