#78342E

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

Shades of Lusty #78342E

Tints of Lusty #78342E

Color information

#78342E (or 0x78342E) is unknown color: approx Lusty. HEX triplet: 78, 34 and 2E. RGB value is (120,52,46). Sum of RGB (Red+Green+Blue) = 120+52+46=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78342E is #87CBD1. Grayscale: #474747. Windows color (decimal): -8899538 or 3028088. OLE color: 3028088.

HSL color Cylindrical-coordinate representation of color #78342E: hue angle of 4.86º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78342E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1205246-
CMYK00.570.620.53
HSL4.86º44.58%32.55%-
HSV(B)4.86º61.67%47.06%-
XYZ9.476.653.37-
YUV71.65113.53162.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=55.05%
G=23.85%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120524600.570.620.534.8644.5832.55
Hex78342E0393E3552d21
Octal1706456071766555541
Binary11110001101001011100111001111110110101101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78342E; }

 p { color: rgb(120,52,46); }

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

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

 a { background-color: rgb(120,52,46); }

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

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

 span { border-color: rgb(120,52,46); }

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