#773432

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

Shades of Lusty #773432

Tints of Lusty #773432

Color information

#773432 (or 0x773432) is unknown color: approx Lusty. HEX triplet: 77, 34 and 32. RGB value is (119,52,50). Sum of RGB (Red+Green+Blue) = 119+52+50=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773432 is #88CBCD. Grayscale: #474747. Windows color (decimal): -8965070 or 3290231. OLE color: 3290231.

HSL color Cylindrical-coordinate representation of color #773432: hue angle of 1.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773432 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1195250-
CMYK00.560.580.53
HSL1.74º40.83%33.14%-
HSV(B)1.74º57.98%46.67%-
XYZ9.416.613.8-
YUV71.8115.7161.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=53.85%
G=23.53%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119525000.560.580.531.7440.8333.14
Hex7734320383A3522921
Octal1676462070726525141
Binary1110111110100110010011100011101011010110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773432; }

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

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

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

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

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

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

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

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