#77332E

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

Shades of Lusty #77332E

Tints of Lusty #77332E

Color information

#77332E (or 0x77332E) is unknown color: approx Lusty. HEX triplet: 77, 33 and 2E. RGB value is (119,51,46). Sum of RGB (Red+Green+Blue) = 119+51+46=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77332E is #88CCD1. Grayscale: #464646. Windows color (decimal): -8965330 or 3027831. OLE color: 3027831.

HSL color Cylindrical-coordinate representation of color #77332E: hue angle of 4.11º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77332E is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1195146-
CMYK00.570.610.53
HSL4.11º44.24%32.35%-
HSV(B)4.11º61.34%46.67%-
XYZ9.286.493.35-
YUV70.76114.03162.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=55.09%
G=23.61%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119514600.570.610.534.1144.2432.35
Hex77332E0393D3542c20
Octal1676356071756545440
Binary11101111100111011100111001111101110101100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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