#772B23

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

Shades of Lusty #772B23

Tints of Lusty #772B23

Color information

#772B23 (or 0x772B23) is unknown color: approx Lusty. HEX triplet: 77, 2B and 23. RGB value is (119,43,35). Sum of RGB (Red+Green+Blue) = 119+43+35=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #772B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B23 is #88D4DC. Grayscale: #404040. Windows color (decimal): -8967389 or 2304887. OLE color: 2304887.

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

Color convert

RGB1194335-
CMYK00.640.710.53
HSL5.71º54.55%30.2%-
HSV(B)5.71º70.59%46.67%-
XYZ8.775.772.24-
YUV64.81111.18166.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=60.41%
G=21.83%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119433500.640.710.535.7154.5530.2
Hex772B2304047356371e
Octal167534301001076566736
Binary111011110101110001101000000100011111010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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