#77322B

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

Shades of Lusty #77322B

Tints of Lusty #77322B

Color information

#77322B (or 0x77322B) is unknown color: approx Lusty. HEX triplet: 77, 32 and 2B. RGB value is (119,50,43). Sum of RGB (Red+Green+Blue) = 119+50+43=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77322B is #88CDD4. Grayscale: #454545. Windows color (decimal): -8965589 or 2830967. OLE color: 2830967.

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

Color convert

RGB1195043-
CMYK00.580.640.53
HSL5.53º46.91%31.76%-
HSV(B)5.53º63.87%46.67%-
XYZ9.186.383.03-
YUV69.83112.86163.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=56.13%
G=23.58%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119504300.580.640.535.5346.9131.76
Hex77322B03A403562f20
Octal16762530721006565740
Binary111011111001010101101110101000000110101110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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