#772821

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

Shades of Lusty #772821

Tints of Lusty #772821

Color information

#772821 (or 0x772821) is unknown color: approx Lusty. HEX triplet: 77, 28 and 21. RGB value is (119,40,33). Sum of RGB (Red+Green+Blue) = 119+40+33=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772821 is #88D7DE. Grayscale: #3E3E3E. Windows color (decimal): -8968159 or 2173047. OLE color: 2173047.

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

Color convert

RGB1194033-
CMYK00.660.720.53
HSL4.88º56.58%29.8%-
HSV(B)4.88º72.27%46.67%-
XYZ8.645.552.05-
YUV62.82111.17168.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=61.98%
G=20.83%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119403300.660.720.534.8856.5829.8
Hex77282104248355391e
Octal167504101021106557136
Binary111011110100010000101000010100100011010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772821; }

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

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

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

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

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

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

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

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