#772321

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

Shades of Lusty #772321

Tints of Lusty #772321

Color information

#772321 (or 0x772321) is unknown color: approx Lusty. HEX triplet: 77, 23 and 21. RGB value is (119,35,33). Sum of RGB (Red+Green+Blue) = 119+35+33=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #772321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772321 is #88DCDE. Grayscale: #3B3B3B. Windows color (decimal): -8969439 or 2171767. OLE color: 2171767.

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

Color convert

RGB1193533-
CMYK00.710.720.53
HSL1.4º56.58%29.8%-
HSV(B)1.4º72.27%46.67%-
XYZ8.485.232-
YUV59.89112.83170.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=63.64%
G=18.72%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119353300.710.720.531.456.5829.8
Hex77232104748351391e
Octal167434101071106517136
Binary1110111100011100001010001111001000110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772321; }

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

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

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

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

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

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

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

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