#773230

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

Shades of Lusty #773230

Tints of Lusty #773230

Color information

#773230 (or 0x773230) is unknown color: approx Lusty. HEX triplet: 77, 32 and 30. RGB value is (119,50,48). Sum of RGB (Red+Green+Blue) = 119+50+48=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #773230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773230 is #88CDCF. Grayscale: #464646. Windows color (decimal): -8965584 or 3158647. OLE color: 3158647.

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

Color convert

RGB1195048-
CMYK00.580.600.53
HSL1.69º42.51%32.75%-
HSV(B)1.69º59.66%46.67%-
XYZ9.286.423.55-
YUV70.4115.36162.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=54.84%
G=23.04%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119504800.580.600.531.6942.5132.75
Hex77323003A3C3522b21
Octal1676260072746525341
Binary1110111110010110000011101011110011010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773230; }

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

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

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

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

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

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

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

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