#772E28

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

Shades of Lusty #772E28

Tints of Lusty #772E28

Color information

#772E28 (or 0x772E28) is unknown color: approx Lusty. HEX triplet: 77, 2E and 28. RGB value is (119,46,40). Sum of RGB (Red+Green+Blue) = 119+46+40=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E28 is #88D1D7. Grayscale: #434343. Windows color (decimal): -8966616 or 2633335. OLE color: 2633335.

HSL color Cylindrical-coordinate representation of color #772E28: hue angle of 4.56º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772E28 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1194640-
CMYK00.610.660.53
HSL4.56º49.69%31.18%-
HSV(B)4.56º66.39%46.67%-
XYZ8.976.032.7-
YUV67.14112.68164.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=58.05%
G=22.44%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119464000.610.660.534.5649.6931.18
Hex772E2803D42355321f
Octal16756500751026556237
Binary11101111011101010000111101100001011010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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