#78332B

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

Shades of Lusty #78332B

Tints of Lusty #78332B

Color information

#78332B (or 0x78332B) is unknown color: approx Lusty. HEX triplet: 78, 33 and 2B. RGB value is (120,51,43). Sum of RGB (Red+Green+Blue) = 120+51+43=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78332B is #87CCD4. Grayscale: #464646. Windows color (decimal): -8899797 or 2831224. OLE color: 2831224.

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

Color convert

RGB1205143-
CMYK00.580.640.53
HSL6.23º47.24%31.96%-
HSV(B)6.23º64.17%47.06%-
XYZ9.376.543.05-
YUV70.72112.36163.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=56.07%
G=23.83%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120514300.580.640.536.2347.2431.96
Hex78332B03A403562f20
Octal17063530721006565740
Binary111100011001110101101110101000000110101110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78332B; }

 p { color: rgb(120,51,43); }

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

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

 a { background-color: rgb(120,51,43); }

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

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

 span { border-color: rgb(120,51,43); }

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