#77312B

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

Shades of Lusty #77312B

Tints of Lusty #77312B

Color information

#77312B (or 0x77312B) is unknown color: approx Lusty. HEX triplet: 77, 31 and 2B. RGB value is (119,49,43). Sum of RGB (Red+Green+Blue) = 119+49+43=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77312B is #88CED4. Grayscale: #454545. Windows color (decimal): -8965845 or 2830711. OLE color: 2830711.

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

Color convert

RGB1194943-
CMYK00.590.640.53
HSL4.74º46.91%31.76%-
HSV(B)4.74º63.87%46.67%-
XYZ9.146.293.02-
YUV69.25113.19163.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=56.40%
G=23.22%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119494300.590.640.534.7446.9131.76
Hex77312B03B403552f20
Octal16761530731006555740
Binary111011111000110101101110111000000110101101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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