#78312A

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

Shades of Lusty #78312A

Tints of Lusty #78312A

Color information

#78312A (or 0x78312A) is unknown color: approx Lusty. HEX triplet: 78, 31 and 2A. RGB value is (120,49,42). Sum of RGB (Red+Green+Blue) = 120+49+42=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #78312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78312A is #87CED5. Grayscale: #454545. Windows color (decimal): -8900310 or 2765176. OLE color: 2765176.

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

Color convert

RGB1204942-
CMYK00.590.650.53
HSL5.38º48.15%31.76%-
HSV(B)5.38º65%47.06%-
XYZ9.266.362.93-
YUV69.43112.52164.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.87%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=56.87%
G=23.22%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120494200.590.650.535.3848.1531.76
Hex78312A03B413553020
Octal17061520731016556040
Binary111100011000110101001110111000001110101101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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