#772E2E

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

Shades of Lusty #772E2E

Tints of Lusty #772E2E

Color information

#772E2E (or 0x772E2E) is unknown color: approx Lusty. HEX triplet: 77, 2E and 2E. RGB value is (119,46,46). Sum of RGB (Red+Green+Blue) = 119+46+46=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #772E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E2E is #88D1D1. Grayscale: #434343. Windows color (decimal): -8966610 or 3026551. OLE color: 3026551.

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

Color convert

RGB1194646-
CMYK00.610.610.53
HSL44.24%32.35%-
HSV(B)61.34%46.67%-
XYZ9.086.073.28-
YUV67.83115.68164.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=56.40%
G=21.80%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119464600.610.610.53044.2432.35
Hex772E2E03D3D3502c20
Octal1675656075756505440
Binary111011110111010111001111011111011101010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772E2E; }

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

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

<style>
 a { background-color: #772E2E; }

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

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

<style>
 span { border-color: #772E2E; }

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

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