#772B2A

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

Shades of Lusty #772B2A

Tints of Lusty #772B2A

Color information

#772B2A (or 0x772B2A) is unknown color: approx Lusty. HEX triplet: 77, 2B and 2A. RGB value is (119,43,42). Sum of RGB (Red+Green+Blue) = 119+43+42=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #772B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B2A is #88D4D5. Grayscale: #414141. Windows color (decimal): -8967382 or 2763639. OLE color: 2763639.

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

Color convert

RGB1194342-
CMYK00.640.650.53
HSL0.78º47.83%31.57%-
HSV(B)0.78º64.71%46.67%-
XYZ8.895.822.84-
YUV65.61114.68166.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=58.33%
G=21.08%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119434200.640.650.530.7847.8331.57
Hex772B2A040413513020
Octal167535201001016516040
Binary11101111010111010100100000010000011101011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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