#77332C

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

Shades of Lusty #77332C

Tints of Lusty #77332C

Color information

#77332C (or 0x77332C) is unknown color: approx Lusty. HEX triplet: 77, 33 and 2C. RGB value is (119,51,44). Sum of RGB (Red+Green+Blue) = 119+51+44=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77332C is #88CCD3. Grayscale: #464646. Windows color (decimal): -8965332 or 2896759. OLE color: 2896759.

HSL color Cylindrical-coordinate representation of color #77332C: hue angle of 5.6º 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 #77332C is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1195144-
CMYK00.570.630.53
HSL5.6º46.01%31.96%-
HSV(B)5.6º63.03%46.67%-
XYZ9.256.473.14-
YUV70.53113.03162.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=55.61%
G=23.83%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119514400.570.630.535.646.0131.96
Hex77332C0393F3562e20
Octal1676354071776565640
Binary11101111100111011000111001111111110101110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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