#772E2B

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

Shades of Lusty #772E2B

Tints of Lusty #772E2B

Color information

#772E2B (or 0x772E2B) is unknown color: approx Lusty. HEX triplet: 77, 2E and 2B. RGB value is (119,46,43). Sum of RGB (Red+Green+Blue) = 119+46+43=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E2B is #88D1D4. Grayscale: #434343. Windows color (decimal): -8966613 or 2829943. OLE color: 2829943.

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

Color convert

RGB1194643-
CMYK00.610.640.53
HSL2.37º46.91%31.76%-
HSV(B)2.37º63.87%46.67%-
XYZ9.026.052.98-
YUV67.48114.18164.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=57.21%
G=22.12%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119464300.610.640.532.3746.9131.76
Hex772E2B03D403522f20
Octal16756530751006525740
Binary11101111011101010110111101100000011010110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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