#772B21

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

Shades of Lusty #772B21

Tints of Lusty #772B21

Color information

#772B21 (or 0x772B21) is unknown color: approx Lusty. HEX triplet: 77, 2B and 21. RGB value is (119,43,33). Sum of RGB (Red+Green+Blue) = 119+43+33=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B21 is #88D4DE. Grayscale: #404040. Windows color (decimal): -8967391 or 2173815. OLE color: 2173815.

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

Color convert

RGB1194333-
CMYK00.640.720.53
HSL6.98º56.58%29.8%-
HSV(B)6.98º72.27%46.67%-
XYZ8.755.762.09-
YUV64.58110.18166.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=61.03%
G=22.05%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119433300.640.720.536.9856.5829.8
Hex772B2104048357391e
Octal167534101001106577136
Binary111011110101110000101000000100100011010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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