#772C2B

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

Shades of Lusty #772C2B

Tints of Lusty #772C2B

Color information

#772C2B (or 0x772C2B) is unknown color: approx Lusty. HEX triplet: 77, 2C and 2B. RGB value is (119,44,43). Sum of RGB (Red+Green+Blue) = 119+44+43=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C2B is #88D3D4. Grayscale: #424242. Windows color (decimal): -8967125 or 2829431. OLE color: 2829431.

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

Color convert

RGB1194443-
CMYK00.630.640.53
HSL0.79º46.91%31.76%-
HSV(B)0.79º63.87%46.67%-
XYZ8.945.92.95-
YUV66.31114.85165.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=57.77%
G=21.36%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119444300.630.640.530.7946.9131.76
Hex772C2B03F403512f20
Octal16754530771006515740
Binary1110111101100101011011111110000001101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772C2B; }

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

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

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

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

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

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

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

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