#772F2E

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

Shades of Lusty #772F2E

Tints of Lusty #772F2E

Color information

#772F2E (or 0x772F2E) is unknown color: approx Lusty. HEX triplet: 77, 2F and 2E. RGB value is (119,47,46). Sum of RGB (Red+Green+Blue) = 119+47+46=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #772F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F2E is #88D0D1. Grayscale: #444444. Windows color (decimal): -8966354 or 3026807. OLE color: 3026807.

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

Color convert

RGB1194746-
CMYK00.610.610.53
HSL0.82º44.24%32.35%-
HSV(B)0.82º61.34%46.67%-
XYZ9.126.153.29-
YUV68.41115.35164.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=56.13%
G=22.17%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119474600.610.610.530.8244.2432.35
Hex772F2E03D3D3512c20
Octal1675756075756515440
Binary111011110111110111001111011111011101011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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