#772E24

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

Shades of Lusty #772E24

Tints of Lusty #772E24

Color information

#772E24 (or 0x772E24) is unknown color: approx Lusty. HEX triplet: 77, 2E and 24. RGB value is (119,46,36). Sum of RGB (Red+Green+Blue) = 119+46+36=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #772E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E24 is #88D1DB. Grayscale: #424242. Windows color (decimal): -8966620 or 2371191. OLE color: 2371191.

HSL color Cylindrical-coordinate representation of color #772E24: hue angle of 7.23º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772E24 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1194636-
CMYK00.610.700.53
HSL7.23º53.55%30.39%-
HSV(B)7.23º69.75%46.67%-
XYZ8.962.36-
YUV66.69110.68165.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 36 (14.45% from 255) = 17.91%
R=59.20%
G=22.89%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119463600.610.700.537.2353.5530.39
Hex772E2403D46357361e
Octal16756440751066576636
Binary11101111011101001000111101100011011010111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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