#78342F

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

Shades of Lusty #78342F

Tints of Lusty #78342F

Color information

#78342F (or 0x78342F) is unknown color: approx Lusty. HEX triplet: 78, 34 and 2F. RGB value is (120,52,47). Sum of RGB (Red+Green+Blue) = 120+52+47=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78342F is #87CBD0. Grayscale: #474747. Windows color (decimal): -8899537 or 3093624. OLE color: 3093624.

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

Color convert

RGB1205247-
CMYK00.570.610.53
HSL4.11º43.71%32.75%-
HSV(B)4.11º60.83%47.06%-
XYZ9.496.653.47-
YUV71.76114.03162.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=54.79%
G=23.74%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120524700.570.610.534.1143.7132.75
Hex78342F0393D3542c21
Octal1706457071756545441
Binary11110001101001011110111001111101110101100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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