#772D2D

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

Shades of Lusty #772D2D

Tints of Lusty #772D2D

Color information

#772D2D (or 0x772D2D) is unknown color: approx Lusty. HEX triplet: 77, 2D and 2D. RGB value is (119,45,45). Sum of RGB (Red+Green+Blue) = 119+45+45=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #772D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D2D is #88D2D2. Grayscale: #434343. Windows color (decimal): -8966867 or 2960759. OLE color: 2960759.

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

Color convert

RGB1194545-
CMYK00.620.620.53
HSL45.12%32.16%-
HSV(B)62.18%46.67%-
XYZ9.025.993.16-
YUV67.13115.52165-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=56.94%
G=21.53%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119454500.620.620.53045.1232.16
Hex772D2D03E3E3502d20
Octal1675555076766505540
Binary111011110110110110101111101111101101010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,45,45); }

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

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

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

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

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

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

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