#772521

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

Shades of Lusty #772521

Tints of Lusty #772521

Color information

#772521 (or 0x772521) is unknown color: approx Lusty. HEX triplet: 77, 25 and 21. RGB value is (119,37,33). Sum of RGB (Red+Green+Blue) = 119+37+33=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #772521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772521 is #88DADE. Grayscale: #3D3D3D. Windows color (decimal): -8968927 or 2172279. OLE color: 2172279.

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

Color convert

RGB1193733-
CMYK00.690.720.53
HSL2.79º56.58%29.8%-
HSV(B)2.79º72.27%46.67%-
XYZ8.545.352.02-
YUV61.06112.17169.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=62.96%
G=19.58%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119373300.690.720.532.7956.5829.8
Hex77252104548353391e
Octal167454101051106537136
Binary11101111001011000010100010110010001101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772521; }

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

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

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

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

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

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

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

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