#772621

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

Shades of Lusty #772621

Tints of Lusty #772621

Color information

#772621 (or 0x772621) is unknown color: approx Lusty. HEX triplet: 77, 26 and 21. RGB value is (119,38,33). Sum of RGB (Red+Green+Blue) = 119+38+33=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #772621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772621 is #88D9DE. Grayscale: #3D3D3D. Windows color (decimal): -8968671 or 2172535. OLE color: 2172535.

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

Color convert

RGB1193833-
CMYK00.680.720.53
HSL3.49º56.58%29.8%-
HSV(B)3.49º72.27%46.67%-
XYZ8.585.422.03-
YUV61.65111.84168.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=62.63%
G=20%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119383300.680.720.533.4956.5829.8
Hex77262104448353391e
Octal167464101041106537136
Binary11101111001101000010100010010010001101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772621; }

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

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

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

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

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

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

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

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