#78352E

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

Shades of Lusty #78352E

Tints of Lusty #78352E

Color information

#78352E (or 0x78352E) is unknown color: approx Lusty. HEX triplet: 78, 35 and 2E. RGB value is (120,53,46). Sum of RGB (Red+Green+Blue) = 120+53+46=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78352E is #87CAD1. Grayscale: #484848. Windows color (decimal): -8899282 or 3028344. OLE color: 3028344.

HSL color Cylindrical-coordinate representation of color #78352E: hue angle of 5.68º 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 #78352E is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1205346-
CMYK00.560.620.53
HSL5.68º44.58%32.55%-
HSV(B)5.68º61.67%47.06%-
XYZ9.516.743.38-
YUV72.23113.2162.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=54.79%
G=24.20%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120534600.560.620.535.6844.5832.55
Hex78352E0383E3562d21
Octal1706556070766565541
Binary11110001101011011100111000111110110101110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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