#78312C

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

Shades of Lusty #78312C

Tints of Lusty #78312C

Color information

#78312C (or 0x78312C) is unknown color: approx Lusty. HEX triplet: 78, 31 and 2C. RGB value is (120,49,44). Sum of RGB (Red+Green+Blue) = 120+49+44=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78312C is #87CED3. Grayscale: #454545. Windows color (decimal): -8900308 or 2896248. OLE color: 2896248.

HSL color Cylindrical-coordinate representation of color #78312C: hue angle of 3.95º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78312C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1204944-
CMYK00.590.630.53
HSL3.95º46.34%32.16%-
HSV(B)3.95º63.33%47.06%-
XYZ9.36.373.12-
YUV69.66113.52163.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=56.34%
G=23.00%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120494400.590.630.533.9546.3432.16
Hex78312C03B3F3542e20
Octal1706154073776545640
Binary11110001100011011000111011111111110101100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78312C; }

 p { color: rgb(120,49,44); }

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

<style>
 a { background-color: #78312C; }

 a { background-color: rgb(120,49,44); }

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

<style>
 span { border-color: #78312C; }

 span { border-color: rgb(120,49,44); }

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