#77312E

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

Shades of Lusty #77312E

Tints of Lusty #77312E

Color information

#77312E (or 0x77312E) is unknown color: approx Lusty. HEX triplet: 77, 31 and 2E. RGB value is (119,49,46). Sum of RGB (Red+Green+Blue) = 119+49+46=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77312E is #88CED1. Grayscale: #454545. Windows color (decimal): -8965842 or 3027319. OLE color: 3027319.

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

Color convert

RGB1194946-
CMYK00.590.610.53
HSL2.47º44.24%32.35%-
HSV(B)2.47º61.34%46.67%-
XYZ9.26.323.32-
YUV69.59114.69163.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=55.61%
G=22.90%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119494600.590.610.532.4744.2432.35
Hex77312E03B3D3522c20
Octal1676156073756525440
Binary1110111110001101110011101111110111010110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,49,46); }

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

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

 a { background-color: rgb(119,49,46); }

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

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

 span { border-color: rgb(119,49,46); }

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