#772A25

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

Shades of Lusty #772A25

Tints of Lusty #772A25

Color information

#772A25 (or 0x772A25) is unknown color: approx Lusty. HEX triplet: 77, 2A and 25. RGB value is (119,42,37). Sum of RGB (Red+Green+Blue) = 119+42+37=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #772A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A25 is #88D5DA. Grayscale: #404040. Windows color (decimal): -8967643 or 2435703. OLE color: 2435703.

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

Color convert

RGB1194237-
CMYK00.650.690.53
HSL3.66º52.56%30.59%-
HSV(B)3.66º68.91%46.67%-
XYZ8.775.712.39-
YUV64.45112.51166.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=60.10%
G=21.21%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119423700.650.690.533.6652.5630.59
Hex772A2504145354351f
Octal167524501011056546537
Binary111011110101010010101000001100010111010110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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