#772A21

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

Shades of Lusty #772A21

Tints of Lusty #772A21

Color information

#772A21 (or 0x772A21) is unknown color: approx Lusty. HEX triplet: 77, 2A and 21. RGB value is (119,42,33). Sum of RGB (Red+Green+Blue) = 119+42+33=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #772A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A21 is #88D5DE. Grayscale: #404040. Windows color (decimal): -8967647 or 2173559. OLE color: 2173559.

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

Color convert

RGB1194233-
CMYK00.650.720.53
HSL6.28º56.58%29.8%-
HSV(B)6.28º72.27%46.67%-
XYZ8.715.692.08-
YUV64110.51167.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=61.34%
G=21.65%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119423300.650.720.536.2856.5829.8
Hex772A2104148356391e
Octal167524101011106567136
Binary111011110101010000101000001100100011010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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