#78342B

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

Shades of Lusty #78342B

Tints of Lusty #78342B

Color information

#78342B (or 0x78342B) is unknown color: approx Lusty. HEX triplet: 78, 34 and 2B. RGB value is (120,52,43). Sum of RGB (Red+Green+Blue) = 120+52+43=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78342B is #87CBD4. Grayscale: #474747. Windows color (decimal): -8899541 or 2831480. OLE color: 2831480.

HSL color Cylindrical-coordinate representation of color #78342B: hue angle of 7.01º 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 #78342B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1205243-
CMYK00.570.640.53
HSL7.01º47.24%31.96%-
HSV(B)7.01º64.17%47.06%-
XYZ9.416.623.07-
YUV71.31112.03162.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 43 (17.19% from 255) = 20%
R=55.81%
G=24.19%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120524300.570.640.537.0147.2431.96
Hex78342B039403572f20
Octal17064530711006575740
Binary111100011010010101101110011000000110101111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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