#772824

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

Shades of Lusty #772824

Tints of Lusty #772824

Color information

#772824 (or 0x772824) is unknown color: approx Lusty. HEX triplet: 77, 28 and 24. RGB value is (119,40,36). Sum of RGB (Red+Green+Blue) = 119+40+36=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772824 is #88D7DB. Grayscale: #3F3F3F. Windows color (decimal): -8968156 or 2369655. OLE color: 2369655.

HSL color Cylindrical-coordinate representation of color #772824: hue angle of 2.89º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772824 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1194036-
CMYK00.660.700.53
HSL2.89º53.55%30.39%-
HSV(B)2.89º69.75%46.67%-
XYZ8.685.572.29-
YUV63.16112.67167.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=61.03%
G=20.51%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119403600.660.700.532.8953.5530.39
Hex77282404246353361e
Octal167504401021066536636
Binary11101111010001001000100001010001101101011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772824; }

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

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

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

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

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

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

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

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