#772624

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

Shades of Lusty #772624

Tints of Lusty #772624

Color information

#772624 (or 0x772624) is unknown color: approx Lusty. HEX triplet: 77, 26 and 24. RGB value is (119,38,36). Sum of RGB (Red+Green+Blue) = 119+38+36=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772624 is #88D9DB. Grayscale: #3E3E3E. Windows color (decimal): -8968668 or 2369143. OLE color: 2369143.

HSL color Cylindrical-coordinate representation of color #772624: hue angle of 1.45º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772624 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1193836-
CMYK00.680.700.53
HSL1.45º53.55%30.39%-
HSV(B)1.45º69.75%46.67%-
XYZ8.625.442.26-
YUV61.99113.34168.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=61.66%
G=19.69%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119383600.680.700.531.4553.5530.39
Hex77262404446351361e
Octal167464401041066516636
Binary1110111100110100100010001001000110110101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772624; }

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

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

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

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

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

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

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

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