#772F2C

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

Shades of Lusty #772F2C

Tints of Lusty #772F2C

Color information

#772F2C (or 0x772F2C) is unknown color: approx Lusty. HEX triplet: 77, 2F and 2C. RGB value is (119,47,44). Sum of RGB (Red+Green+Blue) = 119+47+44=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F2C is #88D0D3. Grayscale: #444444. Windows color (decimal): -8966356 or 2895735. OLE color: 2895735.

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

Color convert

RGB1194744-
CMYK00.610.630.53
HSL2.4º46.01%31.96%-
HSV(B)2.4º63.03%46.67%-
XYZ9.086.143.09-
YUV68.19114.35164.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=56.67%
G=22.38%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119474400.610.630.532.446.0131.96
Hex772F2C03D3F3522e20
Octal1675754075776525640
Binary1110111101111101100011110111111111010110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,47,44); }

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

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

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

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

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

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

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