#77322C

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

Shades of Lusty #77322C

Tints of Lusty #77322C

Color information

#77322C (or 0x77322C) is unknown color: approx Lusty. HEX triplet: 77, 32 and 2C. RGB value is (119,50,44). Sum of RGB (Red+Green+Blue) = 119+50+44=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77322C is #88CDD3. Grayscale: #464646. Windows color (decimal): -8965588 or 2896503. OLE color: 2896503.

HSL color Cylindrical-coordinate representation of color #77322C: hue angle of 4.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77322C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1195044-
CMYK00.580.630.53
HSL4.8º46.01%31.96%-
HSV(B)4.8º63.03%46.67%-
XYZ9.26.383.13-
YUV69.95113.36162.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=55.87%
G=23.47%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119504400.580.630.534.846.0131.96
Hex77322C03A3F3552e20
Octal1676254072776555640
Binary11101111100101011000111010111111110101101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77322C; }

 p { color: rgb(119,50,44); }

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

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

 a { background-color: rgb(119,50,44); }

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

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

 span { border-color: rgb(119,50,44); }

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